diff --git a/src/game/version.h b/src/game/version.h index bd8523372..15b95ca66 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -3,8 +3,8 @@ #ifndef GAME_VERSION_H #define GAME_VERSION_H #include -#define GAME_VERSION "0.7.1" +#define GAME_VERSION "0.7.2" #define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH -#define CLIENT_VERSION 0x0701 -static const char GAME_RELEASE_VERSION[8] = {'0', '.', '7', '.', '1', 0}; +#define CLIENT_VERSION 0x0702 +static const char GAME_RELEASE_VERSION[8] = "0.7.2"; #endif