diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-24 12:31:59 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-01-24 12:31:59 +0000 |
| commit | 5b20cd6cc99a5c0fee4e1b91890b7b4338785666 (patch) | |
| tree | 3065253b1d45227c0b1e121a73cdb3fc26ab1aee /src/game | |
| parent | 2ea3023410f7e8bb8bc583c9b293f78d24cf3252 (diff) | |
| download | zcatch-5b20cd6cc99a5c0fee4e1b91890b7b4338785666.tar.gz zcatch-5b20cd6cc99a5c0fee4e1b91890b7b4338785666.zip | |
bumped the version numbers to 0.5.1
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/version.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/version.hpp b/src/game/version.hpp index b1aebb19..1277ccfa 100644 --- a/src/game/version.hpp +++ b/src/game/version.hpp @@ -1,4 +1,4 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ #include "generated/nethash.c" -#define GAME_VERSION "0.5.0" +#define GAME_VERSION "0.5.1" #define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH |