From f5e3e578e64f146425ba889d9a5ce221fc2b89ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Sun, 9 Feb 2014 22:44:57 +0000 Subject: [PATCH] Version bump 0.94e. --- lib/GameConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GameConstants.h b/lib/GameConstants.h index ca3e93e3c..ccde7e03d 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -14,7 +14,7 @@ namespace GameConstants { - const std::string VCMI_VERSION = "VCMI 0.94d"; + const std::string VCMI_VERSION = "VCMI 0.94e"; const int BFIELD_WIDTH = 17; const int BFIELD_HEIGHT = 11;