1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Version set to 0.88. Put release date into changelog.

This commit is contained in:
Michał W. Urbańczyk 2012-03-01 15:45:43 +00:00
parent 77b13404c0
commit 2bea93f43f
2 changed files with 2 additions and 2 deletions

View File

@ -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
* system settings window allows to change default resolution
* introduced unified JSON-based settings system

View File

@ -12,7 +12,7 @@
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/, ...).