From 271961939439cccd0428b184b0ba0b6cba9ece7e Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Sun, 2 Mar 2014 19:37:01 +0100 Subject: [PATCH] post release version bump to 1.11.11+dev --- Doxyfile | 2 +- changelog | 4 ++++ players_changelog | 7 ++++++- src/wesconfig.h | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index d9182f3869fb..cc87936a5dc7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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. diff --git a/changelog b/changelog index 345b14a08761..765079bdae66 100644 --- a/changelog +++ b/changelog @@ -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. diff --git a/players_changelog b/players_changelog index 469263956715..5f30ad9d1987 100644 --- a/players_changelog +++ b/players_changelog @@ -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: diff --git a/src/wesconfig.h b/src/wesconfig.h index 994b1bebc5f9..621351d50734 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -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