about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/version.hpp2
-rw-r--r--src/versionsrv/versionsrv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/version.hpp b/src/game/version.hpp
index b1aebb19..1277ccfa 100644
--- a/src/game/version.hpp
+++ b/src/game/version.hpp
@@ -1,4 +1,4 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
 #include "generated/nethash.c"
-#define GAME_VERSION "0.5.0"
+#define GAME_VERSION "0.5.1"
 #define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h
index b4aa1d20..298f6c27 100644
--- a/src/versionsrv/versionsrv.h
+++ b/src/versionsrv/versionsrv.h
@@ -1,7 +1,7 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */

 static const int VERSIONSRV_PORT = 8302;

 

-static const unsigned char VERSION_DATA[] = {0x00, 0, 5, 0};

+static const unsigned char VERSION_DATA[] = {0x00, 0, 5, 1};

 

 static const unsigned char VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'};

 static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'};