Version 15.2.4

This commit is contained in:
def 2020-12-15 16:22:25 +01:00
parent c564d788ad
commit da6930fba5

View file

@ -3,11 +3,11 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#ifndef GAME_RELEASE_VERSION
#define GAME_RELEASE_VERSION "15.2.3"
#define GAME_RELEASE_VERSION "15.2.4"
#endif
#define GAME_VERSION "0.6.4, " GAME_RELEASE_VERSION
#define GAME_NETVERSION "0.6 626fce9a778df4d4"
#define GAME_NAME "DDNet"
#define CLIENT_VERSIONNR 15023
#define CLIENT_VERSIONNR 15024
extern const char *GIT_SHORTREV_HASH;
#endif