post release version bump to 1.7.15+svn

This commit is contained in:
Nils Kneuper 2010-03-15 00:35:37 +00:00
parent b06099d49c
commit df58241795
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Version 1.7.15+svn:
* Language and i18n:
* Updated translations
Version 1.7.15-1.8rc1:
* AI:
* Set RCA AI to be the default AI for single-player campaigns.

View File

@ -10,7 +10,7 @@ AC_PREREQ([2.60])
# Don't forget to change the default value of 'experimental'
# to match whether this is a stable or unstable release.
#######################################################################
define([WESNOTH_VERSION],[1.7.15])
define([WESNOTH_VERSION],[1.7.15+svn])
experimental_default=no
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])

View File

@ -2,22 +2,32 @@ 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.15+svn:
* Language and i18n:
* Updated translations:
Version 1.7.15-1.8rc1:
* AI:
* Set RCA AI to be the default AI for single-player campaigns.
* Language and i18n:
* Updated translations: Chinese (Traditional), Czech, German, Hungarian,
Japanese, Serbian.
* Multiplayer:
* Fix bug #15541: fix OOS on [unit] tag generating different
traits because of usage of local RNG instead of MP RNG.
* Fix bug #15560 for Dark Forecast: fix OOS in Dark Forecast caused by
unit advancement not properly synced across the network.
* Music and sound effects:
* Added new music track, "Weight of Revenge" by Doug Kaufman
* User interface:
* Avoid the scrollbar on the entire MP lobby when possible.
Version 1.7.14-1.8beta7:
* Language and i18n:
* Updated translations: Catalan, Chinese (Traditional), Czech, Estonian,
@ -34,6 +44,7 @@ Version 1.7.14-1.8beta7:
* Fix WML-generated units and MP leaders receiving only the Neutral
alignment.
Version 1.7.13-1.8beta6:
* Campaigns:
* Fixed a bug in several scenarios causing some enemy units to disappear when

View File

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.7.15-1.8rc1"
#define VERSION "1.7.15+svn"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif