diff options
| author | oy <Tom_Adams@web.de> | 2010-06-06 23:28:34 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-06-06 23:28:34 +0200 |
| commit | 1272c4d805fea9ba238262cf703fec47f1daa076 (patch) | |
| tree | 705b119195761dfba0d82b6535ba911f5a95a9f2 /src/game | |
| parent | 04b6abae93c809efeeb4f6b2e9d8eb80a48b1686 (diff) | |
| download | zcatch-1272c4d805fea9ba238262cf703fec47f1daa076.tar.gz zcatch-1272c4d805fea9ba238262cf703fec47f1daa076.zip | |
prevent that the server gets filtered by "compatible version" in the clients server browser
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 6505bf56..534a5dd2 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -1,6 +1,6 @@ #ifndef GAME_VERSION_H #define GAME_VERSION_H #include "generated/nethash.c" -#define GAME_VERSION "trunk" +#define GAME_VERSION "0.5 trunk" #define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH #endif |