diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-24 12:31:59 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-24 12:31:59 +0000 |
| commit | 5b20cd6cc99a5c0fee4e1b91890b7b4338785666 (patch) | |
| tree | 3065253b1d45227c0b1e121a73cdb3fc26ab1aee /src/versionsrv | |
| parent | 2ea3023410f7e8bb8bc583c9b293f78d24cf3252 (diff) | |
| download | zcatch-5b20cd6cc99a5c0fee4e1b91890b7b4338785666.tar.gz zcatch-5b20cd6cc99a5c0fee4e1b91890b7b4338785666.zip | |
bumped the version numbers to 0.5.1
Diffstat (limited to 'src/versionsrv')
| -rw-r--r-- | src/versionsrv/versionsrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h index b4aa1d20..298f6c27 100644 --- a/src/versionsrv/versionsrv.h +++ b/src/versionsrv/versionsrv.h @@ -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, 5, 0}; +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'}; |