summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2019-04-22 18:47:55 +0200
committeroy <Tom_Adams@web.de>2019-04-22 18:47:55 +0200
commite0d0bf1c3850416140260e50400c89267b0588c7 (patch)
treed2205b2c30e8ded3f1fbf56e542a3cd969c96b00
parentae25eddf89577988df031b5775f1aa51ead636fa (diff)
made 0.7.3.1 release
-rw-r--r--src/game/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/version.h b/src/game/version.h
index 433b1f09b..639c32ba4 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -6,5 +6,5 @@
#define GAME_VERSION "0.7.3"
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH
#define CLIENT_VERSION 0x0703
-static const char GAME_RELEASE_VERSION[8] = "0.7.3";
+static const char GAME_RELEASE_VERSION[8] = "0.7.3.1";
#endif