We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aeebb5 commit 775323eCopy full SHA for 775323e
1 file changed
src/game/version.h
@@ -5,10 +5,10 @@
5
6
// ddnet
7
#define GAME_NAME "DDNet"
8
-#define DDNET_VERSION_NUMBER 19070
+#define DDNET_VERSION_NUMBER 19080
9
extern const char *GIT_SHORTREV_HASH;
10
#ifndef GAME_RELEASE_VERSION_INTERNAL
11
-#define GAME_RELEASE_VERSION_INTERNAL 19.7
+#define GAME_RELEASE_VERSION_INTERNAL 19.8
12
#endif
13
#define GAME_RELEASE_VERSION STRINGIFY(GAME_RELEASE_VERSION_INTERNAL)
14
0 commit comments