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

Post-release version bump.

Fixed #986.
This commit is contained in:
Michał W. Urbańczyk 2012-06-01 21:31:41 +00:00
parent c3eead45d4
commit 3df1ddbf86
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@
"HeroList": { "size": 11, "x": 1089, "y": 196, "movePoints": "IMOBIL.DEF", "manaPoints": "IMANA.DEF", "arrowUp": "IAM012.DEF", "arrowDown": "IAM013.DEF" }, "HeroList": { "size": 11, "x": 1089, "y": 196, "movePoints": "IMOBIL.DEF", "manaPoints": "IMANA.DEF", "arrowUp": "IAM012.DEF", "arrowDown": "IAM013.DEF" },
"TownList": { "size": 11, "x": 1227, "y": 196, "arrowUp": "IAM014.DEF", "arrowDown": "IAM015.DEF" }, "TownList": { "size": 11, "x": 1227, "y": 196, "arrowUp": "IAM014.DEF", "arrowDown": "IAM015.DEF" },
"Minimap": { "width": 144, "height": 144, "x": 1110, "y": 26 }, "Minimap": { "width": 144, "height": 144, "x": 1110, "y": 26 },
"Overview": { "pics": 4, "size": 6, "graphic": "OvCast6.pcx" }, "Overview": { "pics": 4, "size": 5, "graphic": "OvCast5.pcx" },
"Statusbar": { "x": 8, "y": 754, "graphic": "AdRollvr1280.pcx" }, "Statusbar": { "x": 8, "y": 754, "graphic": "AdRollvr1280.pcx" },
"ResDataBar": { "x": 0, "y": 775, "graphic": "ZResBar1280.pcx", "offsetX": 88, "offsetY": 2, "resSpace": 142, "resDateSpace": 167 }, "ResDataBar": { "x": 0, "y": 775, "graphic": "ZResBar1280.pcx", "offsetX": 88, "offsetY": 2, "resSpace": 142, "resDateSpace": 167 },
"ButtonKingdomOv": { "x": 1159, "y": 197, "graphic": "IAM002L.DEF", "playerColoured": 1 }, "ButtonKingdomOv": { "x": 1159, "y": 197, "graphic": "IAM002L.DEF", "playerColoured": 1 },

View File

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