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

Linux version bump

This commit is contained in:
Ivan Savenko 2015-05-02 09:01:48 +03:00
parent f3c7774576
commit 78d02cb1eb
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
vcmi (0.98.1) trusty; urgency=medium
* Development version 0.98b
-- Ivan Savenko <saven.ivan@gmail.com> Sat, 02 May 2015 09:00:52 +0300
vcmi (0.98) trusty; urgency=medium vcmi (0.98) trusty; urgency=medium
* New upstream release * New upstream release

View File

@ -14,7 +14,7 @@
namespace GameConstants namespace GameConstants
{ {
const std::string VCMI_VERSION = "VCMI 0.98"; const std::string VCMI_VERSION = "VCMI 0.98b";
const int BFIELD_WIDTH = 17; const int BFIELD_WIDTH = 17;
const int BFIELD_HEIGHT = 11; const int BFIELD_HEIGHT = 11;