diff --git a/src/game/version.h b/src/game/version.h index ee41dbe82..76d95dd07 100644 --- a/src/game/version.h +++ b/src/game/version.h @@ -5,5 +5,5 @@ #include "generated/nethash.cpp" #define GAME_VERSION "0.6.2" #define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH -static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '2', 0}; +static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '.', '2', 0}; #endif