From 2fed37fa972dbc32740478e350cd584d7d8d59ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Sat, 28 Sep 2013 12:32:22 +0000 Subject: [PATCH] Version bumped to 0.93d. --- lib/GameConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GameConstants.h b/lib/GameConstants.h index ec347fdbd..1bfae6161 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -14,7 +14,7 @@ namespace GameConstants { - const std::string VCMI_VERSION = "VCMI 0.93c"; + const std::string VCMI_VERSION = "VCMI 0.93d"; const int BFIELD_WIDTH = 17; const int BFIELD_HEIGHT = 11;