extend some changelog entries

bump version to 1.7.5
This commit is contained in:
Nils Kneuper 2009-09-03 14:08:12 +00:00
parent 47d9998693
commit 278204f9fe
4 changed files with 15 additions and 7 deletions

View file

@ -1,12 +1,17 @@
Version 1.7.4+svn:
* Campaigns
Version 1.7.5:
* Campaigns:
* Legend of Wesmere
* Scenario 21 redesigned
* Scenario 21 redesigned
* Language and i18n:
* Setup for tracking localized images.
* Updated translations: Chinese (Traditional), Lithuanian, Serbian.
* Units:
* Fixed problems with the Drakes introduced in 1.7.4 (wrong resistances and
a possible crash when advancing to the Inferno Drake)
* Miscellaneous and bugfixes:
* Optimized the cmake building if both game and tests are enabled.
* Optimized the cmake building if both game and tests are enabled
* Switched to new stats upload mechanism so that stats.wesnoth.org should
soon provide usefull data
Version 1.7.4:
* AI:

View file

@ -6,7 +6,7 @@
AC_PREREQ([2.60])
define([WESNOTH_VERSION],[1.7.4+svn])
define([WESNOTH_VERSION],[1.7.5])
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, WESNOTH_BUGS, [wesnoth])

View file

@ -2,10 +2,13 @@ This is meant to be a concise list of player-visible changes (very minor
changes may be omitted). For a complete list of changes, see the main
changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
Version 1.7.4+svn:
Version 1.7.5:
* Language and translations:
* Updated translations: Chinese (Traditional), Lithuanian, Serbian.
* Units:
* Fixed problems with the Drakes introduced in 1.7.4 (wrong resistances and
a possible crash when advancing to the Inferno Drake).
Version 1.7.4:
* AI:

View file

@ -25,7 +25,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.7.4+svn"
#define VERSION "1.7.5"
#ifndef PACKAGE
#define PACKAGE "wesnoth"