From 1d46db6a576e23959f87546925485ccef59d163b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Sat, 1 Jun 2013 20:19:03 +0000 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 1e62fbd35..7f642990d 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -14,7 +14,7 @@ namespace GameConstants { - const std::string VCMI_VERSION = "VCMI 0.93"; + const std::string VCMI_VERSION = "VCMI 0.93b"; const int BFIELD_WIDTH = 17; const int BFIELD_HEIGHT = 11;