From 3d4a8cf4c96dd77030e6258d8d2029d90363b591 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 15 Feb 2012 01:39:02 +0100 Subject: [PATCH] changed netversion to 0.7 --- scripts/cmd5.py | 2 -- src/game/version.h | 4 ++-- 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