1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

Version set to 0.87b

This commit is contained in:
DjWarmonger 2011-12-01 17:46:08 +00:00
parent 447e4bba42
commit ef7a9dfd46
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
0.86 -> 0.87 (Dec 01 2011)
0.87 -> 0.88 (? 2012)
0.86 -> 0.87 (Dec 01 2011)
GENERAL:
* Pathfinder can find way using ships and subterranean gates
* Hero reminder & sleep button
PREGAME:
* Credits are implemented
BATTLES

View File

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