From f31a729ddc2972dbdba7268dff799f967e87c50d Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Sat, 21 Jan 2012 11:44:53 +0000 Subject: [PATCH] Game version should be 0.87b. --- lib/GameConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GameConstants.h b/lib/GameConstants.h index 42a12356a..f9df714d7 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -12,7 +12,7 @@ namespace GameConstants { - const std::string VCMI_VERSION = "VCMI 0.86e"; + const std::string VCMI_VERSION = "VCMI 0.87b"; /* * DATA_DIR contains the game data (Data/, MP3/, ...).