bumped the version numbers to 0.5.1

This commit is contained in:
Magnus Auvinen 2009-01-24 12:31:59 +00:00
parent 2ea3023410
commit 5b20cd6cc9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'};