summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroy <tom_adams@web.de>2018-12-24 11:57:09 +0100
committerGitHub <noreply@github.com>2018-12-24 11:57:09 +0100
commit93f5bf632a3859e97d527fc93a26b6dced767fbc (patch)
tree1b0167e052b51a74a2c32c1f9a94c4a586dc4479
parent7d8234e31c65c645731f0fb7b8e079251050b77a (diff)
updated version for the 0.6 version server0.6
-rw-r--r--src/versionsrv/versionsrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versionsrv/versionsrv.cpp b/src/versionsrv/versionsrv.cpp
index 4286efc16..5b1788ee7 100644
--- a/src/versionsrv/versionsrv.cpp
+++ b/src/versionsrv/versionsrv.cpp
@@ -62,7 +62,7 @@ void SendVer(NETADDR *pAddr)
CNetChunk p;
unsigned char aData[sizeof(VERSIONSRV_VERSION) + sizeof(GAME_RELEASE_VERSION)];
- char aGameVersion[8] = {'0', '.', '7', '.', '1', 0};
+ char aGameVersion[8] = {'0', '.', '7', '.', '2', 0};
mem_copy(aData, VERSIONSRV_VERSION, sizeof(VERSIONSRV_VERSION));
mem_copy(aData + sizeof(VERSIONSRV_VERSION), aGameVersion, sizeof(aGameVersion));