ddnet/src/versionsrv/versionsrv.h

8 lines
369 B
C
Raw Normal View History

/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
static const int VERSIONSRV_PORT = 8302;
2009-01-24 12:31:59 +00:00
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'};