post release version bump to 1.11.9

This commit is contained in:
Nils Kneuper 2014-02-08 17:20:46 +01:00
parent be60b47d5d
commit c424ed1152
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Version 1.11.9+dev:
* Language and i18n:
* Updated translations:
Version 1.11.9:
* Add-ons client:
* Display the first and last upload dates in the Description dialog.

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: https://github.com/wesnoth/wesnoth-old/blob/master/changelog
Version 1.11.9+dev:
* Language and i18n:
* Updated translations:
Version 1.11.9:
* AI:
* Default AI: Gold saving is turned off by default again.

View file

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