bump version to 1.11.2

This commit is contained in:
Nils Kneuper 2013-03-16 22:59:42 +00:00
parent 53f4436680
commit 097f8a08ef
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Version 1.11.1+svn:
Version 1.11.2:
* Add-ons client:
* Fixed bug #20518: identical add-ons titles not supported
* Add a button to the Filter Options dialog to toggle all currently

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: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
Version 1.11.1+svn:
Version 1.11.2:
* Add-ons client:
* Add a button to the Filter Options dialog to toggle all currently
displayed add-on categories at once.

View file

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