Răsfoiți Sursa

Version 0.90c

DjWarmonger 12 ani în urmă
părinte
comite
ad9cfdcc1b
2 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 2 0
      ChangeLog
  2. 1 1
      lib/GameConstants.h

+ 2 - 0
ChangeLog

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

+ 1 - 1
lib/GameConstants.h

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