From fe4d871fe7afcc3ee56c67dcd044481a3ede40bc Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Tue, 1 Mar 2016 19:42:40 +0100 Subject: [PATCH] Version bump. --- lib/GameConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GameConstants.h b/lib/GameConstants.h index c1babb8cb..0114fee13 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -14,7 +14,7 @@ namespace GameConstants { - const std::string VCMI_VERSION = "VCMI 0.98g"; + const std::string VCMI_VERSION = "VCMI 0.98h"; const int BFIELD_WIDTH = 17; const int BFIELD_HEIGHT = 11;