bump version to 1.11.12

This commit is contained in:
Nils Kneuper 2014-03-23 19:16:33 +01:00
parent 5e83f70921
commit 26b9787f69
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.11.11+dev
PROJECT_NUMBER = 1.11.12
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View file

@ -1,4 +1,4 @@
Version 1.11.11+dev:
Version 1.11.12:
* AI:
* Fixed a bug that made it impossible to change or delete Micro AIs after a
game had been reloaded (bug #21750). This was a general bug in the RCA AI

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/blob/1.12/changelog
Version 1.11.11+dev:
Version 1.11.12:
* Campaigns:
* The Hammer of Thursagan:
* Rebalanced scenarios 'Invaders', Mages and Drakes' and 'Fear'.

View file

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