mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
upgraded the versionserver version
This commit is contained in:
parent
32645b247f
commit
79277013fc
|
@ -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, 4, 3};
|
||||
static const unsigned char VERSION_DATA[] = {0x00, 0, 5, 0};
|
||||
|
||||
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'};
|
||||
|
|
Loading…
Reference in a new issue