mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed version string of the versionserver
This commit is contained in:
parent
32c49d7638
commit
2f1389e5cd
|
@ -5,5 +5,5 @@
|
|||
#include "generated/nethash.cpp"
|
||||
#define GAME_VERSION "0.6.2"
|
||||
#define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
|
||||
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '2', 0};
|
||||
static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '.', '2', 0};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue