Release 2.2.5.3

This commit is contained in:
Pali Rohár 2010-08-11 11:17:26 +02:00
parent 153aaffb9a
commit 77ff728df5
3 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
stratagus (2.2.5.3-1) unstable; urgency=low
* New upstream release
-- Pali Rohár <pali.rohar@gmail.com> Wed, 11 Aug 2010 11:00:43 +0200
stratagus (2.2.5.2) unstable; urgency=low
* New upstream release

View file

@ -9,7 +9,7 @@
#define DESCRIPTION NAME " - Strategy Gaming Engine"
/// Engine version shown
#define VERSION "2.2.5.2"
#define VERSION "2.2.5.3"
/// Stratagus major version
#define StratagusMajorVersion 2
@ -21,7 +21,7 @@
#define StratagusPatchLevel 5
/// Stratagus patch level 2
#define StratagusPatchLevel2 2
#define StratagusPatchLevel2 3
/// Stratagus version (1,2,3) -> 10203
#define StratagusVersion (StratagusMajorVersion * 10000 + StratagusMinorVersion * 100 + StratagusPatchLevel)

View file

@ -23,7 +23,7 @@
;--------------------------------
!define NAME "Stratagus"
!define VERSION "2.2.5.2"
!define VERSION "2.2.5.3"
!define HOMEPAGE "https://launchpad.net/stratagus"
!define LICENSE "GPL v2"
!define COPYRIGHT "Copyright (c) 1998-2010 by The Stratagus Project and Pali Rohar"