diff options
| author | oy <Tom_Adams@web.de> | 2013-02-24 19:43:09 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2013-02-24 19:43:09 +0100 |
| commit | f010791231c95eed49c63ce3f2e6809b8c932f27 (patch) | |
| tree | 1f6899978997512a80749a313644953bcaa068be /src/game/version.h | |
| parent | 718653ff85e8cfbda407ccc467dcbfc36895b16c (diff) | |
| download | zcatch-f010791231c95eed49c63ce3f2e6809b8c932f27.tar.gz zcatch-f010791231c95eed49c63ce3f2e6809b8c932f27.zip | |
added options for the threaded stuff in the menu and set version
Diffstat (limited to 'src/game/version.h')
| -rw-r--r-- | src/game/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/version.h b/src/game/version.h index 3d909e36..ee41dbe8 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -3,7 +3,7 @@ #ifndef GAME_VERSION_H #define GAME_VERSION_H #include "generated/nethash.cpp" -#define GAME_VERSION "0.6 trunk" +#define GAME_VERSION "0.6.2" #define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH -static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '1', 0}; +static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '2', 0}; #endif |