about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-02-16 11:32:40 +0100
committeroy <Tom_Adams@web.de>2011-02-16 11:32:40 +0100
commitb59c710ebac43c5d1aa126aa7f1eb49e9c942ac0 (patch)
tree94a54d9f14bd68d5804b12ddb1fddeb3cf2a9cee /src/game
parent818cf464e33d0b38d72c09b7e212e51db3896ad5 (diff)
downloadzcatch-b59c710ebac43c5d1aa126aa7f1eb49e9c942ac0.tar.gz
zcatch-b59c710ebac43c5d1aa126aa7f1eb49e9c942ac0.zip
changed netversion to 0.6
Diffstat (limited to 'src/game')
-rw-r--r--src/game/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/version.h b/src/game/version.h
index 5508f942..8cf1a7c0 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -3,6 +3,6 @@
 #ifndef GAME_VERSION_H
 #define GAME_VERSION_H
 #include "generated/nethash.c"
-#define GAME_VERSION "0.5 trunk"
-#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
+#define GAME_VERSION "0.6 trunk"
+#define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
 #endif