diff options
| author | oy <Tom_Adams@web.de> | 2011-04-09 20:42:51 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-09 20:42:51 +0200 |
| commit | f677b397a31116f98e61d278356fcbdd0364071b (patch) | |
| tree | c6f77f465985915f174f3c2fd19cc0528873a218 /src/game/version.h | |
| parent | 9d01effb9fb6557c53b34f92aaeb951bd93e34bc (diff) | |
| download | zcatch-f677b397a31116f98e61d278356fcbdd0364071b.tar.gz zcatch-f677b397a31116f98e61d278356fcbdd0364071b.zip | |
made 0.6.0 release
Diffstat (limited to 'src/game/version.h')
| -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 8cf1a7c0..2cd5e7e8 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -3,6 +3,6 @@ #ifndef GAME_VERSION_H #define GAME_VERSION_H #include "generated/nethash.c" -#define GAME_VERSION "0.6 trunk" +#define GAME_VERSION "0.6.0" #define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH #endif |