about summary refs log tree commit diff
path: root/src/versionsrv/versionsrv.h
blob: b4aa1d206b2cc0c1dabffece83802b5026b50490 (plain)
1
2
3
4
5
6
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 VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'};
static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'};