about summary refs log tree commit diff
path: root/src/game/version.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 15:20:18 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-05-29 15:20:18 +0000
commitfe5a7105c49c29c3a922aaa9b69781c411321f8e (patch)
treed6d43adf2943bc48d1fb702adf7eb51348fb4dd9 /src/game/version.h
parent4c0886f087352f006b88dc80bb28e16ecd07b530 (diff)
downloadzcatch-fe5a7105c49c29c3a922aaa9b69781c411321f8e.tar.gz
zcatch-fe5a7105c49c29c3a922aaa9b69781c411321f8e.zip
fixed the automatic versioning
Diffstat (limited to 'src/game/version.h')
-rw-r--r--src/game/version.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/version.h b/src/game/version.h
index 0fe22c95..6505bf56 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -2,7 +2,5 @@
 #define GAME_VERSION_H
 #include "generated/nethash.c"
 #define GAME_VERSION "trunk"
-//#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
-// TODO: hash forced during refactoring. Remove later on
-#define GAME_NETVERSION "0.5 b67d1f1a1eea234e"
+#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
 #endif