ddnet/src/versionsrv/versionsrv.h

10 lines
362 B
C
Raw Normal View History

2010-05-29 07:25:38 +00:00
#ifndef VERSIONSRV_VERSIONSRV_H
#define VERSIONSRV_VERSIONSRV_H
2010-08-15 13:34:55 +00:00
static const int VERSIONSRV_PORT = 8302;
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'};
2010-05-29 07:25:38 +00:00
#endif