From 2f1389e5cd45722863b877adf7031c585dfcf44b Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 25 Feb 2013 22:31:30 +0100 Subject: fixed version string of the versionserver --- src/game/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/version.h') diff --git a/src/game/version.h b/src/game/version.h index ee41dbe8..76d95dd0 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 -- cgit 1.4.1