Browse Source

Version bump 0.94e.

Michał W. Urbańczyk 11 years ago
parent
commit
f5e3e578e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/GameConstants.h

+ 1 - 1
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;