prevent that the server gets filtered by "compatible version" in the clients server browser

This commit is contained in:
oy 2010-06-06 23:28:34 +02:00
parent 04b6abae93
commit 1272c4d805

View file

@ -1,6 +1,6 @@
#ifndef GAME_VERSION_H #ifndef GAME_VERSION_H
#define GAME_VERSION_H #define GAME_VERSION_H
#include "generated/nethash.c" #include "generated/nethash.c"
#define GAME_VERSION "trunk" #define GAME_VERSION "0.5 trunk"
#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH #define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH
#endif #endif