Version 18.7 (new scheme: nightly should have higher version than released)

Things that land in main now won't be part of 18.6 anymore
This commit is contained in:
Dennis Felsing 2024-09-29 11:37:31 +02:00
parent 9829f1ea2f
commit b32e7bea0a

View file

@ -3,7 +3,7 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#ifndef GAME_RELEASE_VERSION
#define GAME_RELEASE_VERSION "18.5.1"
#define GAME_RELEASE_VERSION "18.7"
#endif
// teeworlds
@ -13,7 +13,7 @@
#define GAME_NETVERSION7 "0.7 802f1be60a05665f"
// ddnet
#define DDNET_VERSION_NUMBER 18051
#define DDNET_VERSION_NUMBER 18070
extern const char *GIT_SHORTREV_HASH;
#define GAME_NAME "DDNet"
#endif