Browse Source

Version set to 0.88. Put release date into changelog.

Michał W. Urbańczyk 13 years ago
parent
commit
2bea93f43f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ChangeLog
  2. 1 1
      lib/GameConstants.h

+ 1 - 1
ChangeLog

@@ -1,4 +1,4 @@
-0.87 -> 0.88 (Mar? 2012)
+0.87 -> 0.88 (Mar 01 2012)
 * added an initial version of new adventure AI: VCAI
 * added an initial version of new adventure AI: VCAI
 * system settings window allows to change default resolution
 * system settings window allows to change default resolution
 * introduced unified JSON-based settings system
 * introduced unified JSON-based settings system

+ 1 - 1
lib/GameConstants.h

@@ -12,7 +12,7 @@
 
 
 namespace GameConstants
 namespace GameConstants
 {
 {
-	const std::string VCMI_VERSION = "VCMI 0.87b";
+	const std::string VCMI_VERSION = "VCMI 0.88";
 
 
 	/* 
 	/* 
 	 * DATA_DIR contains the game data (Data/, MP3/, ...).
 	 * DATA_DIR contains the game data (Data/, MP3/, ...).