summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2020-04-19 22:23:41 +0200
committeroy <Tom_Adams@web.de>2020-04-19 22:23:41 +0200
commit4fc25a17fef3e6c2bf4d52b0421e0d69ecaa1e79 (patch)
tree6ec8f5cfa32c9cd10c2d326b1df866d5dccbb716
parentb83ff660710f2d094d3b2883baae5520b005d67a (diff)
made 0.7.5 release0.7.5
m---------datasrc/languages0
-rw-r--r--scripts/cmd5.py2
-rw-r--r--src/game/version.h6
3 files changed, 4 insertions, 4 deletions
diff --git a/datasrc/languages b/datasrc/languages
-Subproject 4ba6f824e9c34565e61340d25bc8c3cc004d40f
+Subproject 4ed69dd7497ca6e04bab0b042f137bf97f3c5d0
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index f419a0df6..07ee484b1 100644
--- a/scripts/cmd5.py
+++ b/scripts/cmd5.py
@@ -30,6 +30,6 @@ for filename in sys.argv[1:]:
hash = hashlib.md5(f).hexdigest().lower()[16:]
#TODO 0.8: improve nethash creation
-if hash == "7d93423b228c5fb8":
+if hash == "cb14bf6dc197d153":
hash = "802f1be60a05665f"
print('#define GAME_NETVERSION_HASH "%s"' % hash)
diff --git a/src/game/version.h b/src/game/version.h
index 0eddd7032..5070174e7 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -3,10 +3,10 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#include <generated/nethash.cpp>
-#define GAME_VERSION "0.7.4"
+#define GAME_VERSION "0.7.5"
#define GAME_NETVERSION_HASH_FORCED "802f1be60a05665f"
#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH_FORCED
-#define CLIENT_VERSION 0x0704
+#define CLIENT_VERSION 0x0705
#define SETTINGS_FILENAME "settings07"
-static const char GAME_RELEASE_VERSION[8] = "0.7.4";
+static const char GAME_RELEASE_VERSION[8] = "0.7.5";
#endif