From 3df1ddbf864c001c6ce2dacbdbe9973e669f2536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Fri, 1 Jun 2012 21:31:41 +0000 Subject: [PATCH] Post-release version bump. Fixed #986. --- config/resolutions.json | 2 +- lib/GameConstants.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/resolutions.json b/config/resolutions.json index 23f91e54f..492042431 100644 --- a/config/resolutions.json +++ b/config/resolutions.json @@ -181,7 +181,7 @@ "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" }, "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" }, "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 }, diff --git a/lib/GameConstants.h b/lib/GameConstants.h index 6e7a23030..46503c869 100644 --- a/lib/GameConstants.h +++ b/lib/GameConstants.h @@ -12,7 +12,7 @@ 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/, ...).