We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc6cb5 commit b884775Copy full SHA for b884775
src/game/version.h
@@ -6,7 +6,7 @@
6
#define GAME_VERSION "0.7.5"
7
#define GAME_NETVERSION_HASH_FORCED "802f1be60a05665f"
8
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH_FORCED
9
-#define CLIENT_VERSION 0x0704
+#define CLIENT_VERSION 0x0705
10
#define SETTINGS_FILENAME "settings07"
11
-static const char GAME_RELEASE_VERSION[8] = "0.7.4";
+static const char GAME_RELEASE_VERSION[8] = "0.7.5";
12
#endif
0 commit comments