Sfoglia il codice sorgente

Release version 0.87

DjWarmonger 14 anni fa
parent
commit
447e4bba42
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 3 1
      ChangeLog
  2. 1 1
      global.h

+ 3 - 1
ChangeLog

@@ -1,7 +1,9 @@
-0.86 -> 0.87
+0.86 -> 0.87 (Dec 01 2011)
 
 GENERAL:
 * Pathfinder can find way using ships and subterranean gates
+PREGAME:
+* Credits are implemented
 BATTLES
 * All attacked hexes will be highlighted
 * New combat abilities supported:

+ 1 - 1
global.h

@@ -38,7 +38,7 @@ typedef si32 TBonusSubtype;
 #define THC
 #endif
 
-#define NAME_VER ("VCMI 0.86e")
+#define NAME_VER ("VCMI 0.87")
 extern std::string NAME; //full name
 extern std::string NAME_AFFIX; //client / server
 #define CONSOLE_LOGGING_LEVEL 5