From 41012670cbc03cb717f10bd97bf6f8a45cfe1319 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Thu, 2 Jan 2025 14:04:09 +0100 Subject: [PATCH] Bump nightly version to 19.0 --- src/game/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/version.h b/src/game/version.h index 5b48443e4bb..9e1ba62d026 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -3,7 +3,7 @@ #ifndef GAME_VERSION_H #define GAME_VERSION_H #ifndef GAME_RELEASE_VERSION -#define GAME_RELEASE_VERSION "18.9" +#define GAME_RELEASE_VERSION "19.0" #endif // teeworlds @@ -13,7 +13,7 @@ #define GAME_NETVERSION7 "0.7 802f1be60a05665f" // ddnet -#define DDNET_VERSION_NUMBER 18090 +#define DDNET_VERSION_NUMBER 19000 extern const char *GIT_SHORTREV_HASH; #define GAME_NAME "DDNet" #endif