version bump to 1.11.9

This commit is contained in:
Nils Kneuper 2014-02-08 13:32:13 +01:00
parent a33f5f56a8
commit be60b47d5d
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Version 1.11.8+dev:
Version 1.11.9:
* Add-ons client:
* Display the first and last upload dates in the Description dialog.
* Add-ons server:

View file

@ -2,7 +2,7 @@ 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.8+dev:
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.8+dev"
#define VERSION "1.11.9"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif