Skip to content

Commit

Permalink
updated version for the 0.6 version server
Browse files Browse the repository at this point in the history
  • Loading branch information
oy authored Dec 24, 2018
1 parent 7d8234e commit 93f5bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versionsrv/versionsrv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 93f5bf6

Please sign in to comment.