post release version bump (to 1.11.2)

------------------------------------------------------------------------
Tag-Name: v0_4_8rc1

This commit was manufactured by cvs2svn to create tag 'v0_4_8rc1'.
This commit is contained in:
Nils Kneuper 2013-03-24 13:45:35 +00:00
parent 4ba3fd6412
commit 97d9aefdd1
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Version 1.11.2+svn:
* Language and i18n:
* Updated translations:
Version 1.11.2:
* Add-ons client:
* Fixed bug #20518: identical add-ons titles not supported

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.11.2+svn:
* Language and i18n:
* Updated translations:
Version 1.11.2:
* Add-ons client:
* Add a button to the Filter Options dialog to toggle all currently

View file

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