diff options
| author | oy <Tom_Adams@web.de> | 2013-02-25 22:31:30 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2013-02-25 22:31:30 +0100 |
| commit | 2f1389e5cd45722863b877adf7031c585dfcf44b (patch) | |
| tree | 41017ea361f1ca92244e36a418966df5b079d16f /src/game | |
| parent | 32c49d7638a5f0bf7497c9e6ae3e1e65731d462c (diff) | |
| download | zcatch-2f1389e5cd45722863b877adf7031c585dfcf44b.tar.gz zcatch-2f1389e5cd45722863b877adf7031c585dfcf44b.zip | |
fixed version string of the versionserver
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/version.h b/src/game/version.h index ee41dbe8..76d95dd0 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -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 |