diff options
Diffstat (limited to 'src')
| -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 5508f942..8cf1a7c0 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.5 trunk" -#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH +#define GAME_VERSION "0.6 trunk" +#define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH #endif |