1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Version 0.90c

This commit is contained in:
DjWarmonger
2013-01-26 14:56:32 +00:00
parent db2f468341
commit ad9cfdcc1b
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
GENERAL: GENERAL:
* VCMI build on OS X is now supported * VCMI build on OS X is now supported
* Completely removed autotools * Completely removed autotools
* Added RMG interace and ability to generate simplest working maps
* Added loading screen
MODS: MODS:
- Simplified mod structure. Mods from 0.9 will not be compatible. - Simplified mod structure. Mods from 0.9 will not be compatible.

View File

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