From 333d740abaa40d35bf6f6a77a128fc383d9ef3be Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Sat, 1 Nov 2014 13:57:37 +0100 Subject: [PATCH] Post-release version bump. --- lib/GameConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GameConstants.h b/lib/GameConstants.h index 8ce814baa..db28084cc 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -14,7 +14,7 @@ namespace GameConstants { - const std::string VCMI_VERSION = "VCMI 0.97"; + const std::string VCMI_VERSION = "VCMI 0.97b"; const int BFIELD_WIDTH = 17; const int BFIELD_HEIGHT = 11;