about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-01-09 02:02:02 +0100
committeroy <Tom_Adams@web.de>2012-01-09 02:02:02 +0100
commit590dbac239768d9ddb8712111b60c783431021d5 (patch)
tree9c45e132f349ca9ccb240084a2a62fe7ee1c41ab /src/game
parent40735202143f8c4d2a539d1d81362c0c22e9324b (diff)
downloadzcatch-590dbac239768d9ddb8712111b60c783431021d5.tar.gz
zcatch-590dbac239768d9ddb8712111b60c783431021d5.zip
put the game version constants all together in one file. Closes #870
Diffstat (limited to 'src/game')
-rw-r--r--src/game/version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/version.h b/src/game/version.h
index c7f04b75..3d909e36 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -5,4 +5,5 @@
 #include "generated/nethash.cpp"
 #define GAME_VERSION "0.6 trunk"
 #define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
+static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '1', 0};
 #endif