post release version bump to 1.9.9+svn

This commit is contained in:
Nils Kneuper 2011-09-04 14:43:39 +00:00
parent 981f1bcee8
commit 8f1e317b41
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Version 1.9.9+svn:
* Language and i18n:
* Updated translations:
Version 1.9.9:
* AI:
* Fixed bug #16117: added a way to supress E_NOT_REACHED_DESTINATION to lua

View file

@ -2,6 +2,11 @@ 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.9.9+svn:
* Language and i18n:
* Updated translations:
Version 1.9.9:
* Campaigns:
* Under the Burning Suns:

View file

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