summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-02-15 01:39:02 +0100
committeroy <Tom_Adams@web.de>2012-02-15 01:39:02 +0100
commit3d4a8cf4c96dd77030e6258d8d2029d90363b591 (patch)
treeea456f7778bad57c0e8748bd2a6d0831aa16791a
parent44a47d4253a829abcf50dac5586fd9a351f0c66b (diff)
changed netversion to 0.70.7-start
-rw-r--r--scripts/cmd5.py2
-rw-r--r--src/game/version.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index 5ac4cd459..67fc8450e 100644
--- a/scripts/cmd5.py
+++ b/scripts/cmd5.py
@@ -30,6 +30,4 @@ for filename in sys.argv[1:]:
hash = hashlib.md5(f).hexdigest().lower()[16:]
#TODO 0.7: improve nethash creation
-if hash == "3dc531e4296de555":
- hash = "626fce9a778df4d4"
print('#define GAME_NETVERSION_HASH "%s"' % hash)
diff --git a/src/game/version.h b/src/game/version.h
index 3d909e368..474ea7538 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -3,7 +3,7 @@
#ifndef GAME_VERSION_H
#define GAME_VERSION_H
#include "generated/nethash.cpp"
-#define GAME_VERSION "0.6 trunk"
-#define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
+#define GAME_VERSION "0.7 trunk"
+#define GAME_NETVERSION "0.7 " GAME_NETVERSION_HASH
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '1', 0};
#endif