about summary refs log tree commit diff
path: root/src/versionsrv/versionsrv.h
blob: e771bd3c18da97fd2240bb779cb49098dcc26bb0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef VERSIONSRV_VERSIONSRV_H
#define VERSIONSRV_VERSIONSRV_H
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'};
#endif