about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/server/gamecontext.h1
-rw-r--r--src/game/version.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/gamecontext.h b/src/game/server/gamecontext.h
index 54e3f905..267c388a 100644
--- a/src/game/server/gamecontext.h
+++ b/src/game/server/gamecontext.h
@@ -16,6 +16,7 @@
 #include "player.h"
 
 #define MAX_MUTES 25
+#define ZCATCH_VERSION "0.4.2 BETA"
 
 /*
 	Tick
diff --git a/src/game/version.h b/src/game/version.h
index a65072ba..76b6d4ab 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -3,7 +3,6 @@
 #ifndef GAME_VERSION_H
 #define GAME_VERSION_H
 #include "generated/nethash.cpp"
-#define ZCATCH_VERSION "0.4.2 BETA"
 #define GAME_VERSION "0.6.1"
 #define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
 #endif