post release version bump to 1.11.11+dev

This commit is contained in:
Nils Kneuper 2014-03-02 19:37:01 +01:00
parent c2d278500e
commit 2719619394
4 changed files with 12 additions and 3 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
PROJECT_NUMBER = 1.11.11+dev
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View file

@ -1,3 +1,7 @@
Version 1.11.11:
* Language and i18n:
* Updated translations:
Version 1.11.11:
* Add-ons server:
* Filenames with whitespace in them are no longer allowed.

View file

@ -1,6 +1,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
changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog
Version 1.11.11+dev:
* Language and i18n:
* Updated translations:
Version 1.11.11:
* Campaigns:

View file

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