From b55fc012dfd0a2b0c99917ce748d1ba21d4361ba Mon Sep 17 00:00:00 2001 From: loonycyborg Date: Fri, 29 Jul 2016 19:44:22 +0300 Subject: [PATCH] Post-release version bump --- Doxyfile | 2 +- changelog | 2 ++ players_changelog | 2 ++ src/wesconfig.h | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 683cd798a73..298342a367f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "The Battle for Wesnoth" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.13.5 +PROJECT_NUMBER = 1.13.5+dev # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/changelog b/changelog index 7ce25977c40..f16bb019301 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +Version 1.13.5+dev: + Version 1.13.5: * Campaigns: * An Orcish Incursion: diff --git a/players_changelog b/players_changelog index 40406505394..f518d6e3479 100644 --- a/players_changelog +++ b/players_changelog @@ -2,6 +2,8 @@ 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/master/changelog +Version 1.13.5+dev: + Version 1.13.5: * Campaigns: * Heir to the Throne: diff --git a/src/wesconfig.h b/src/wesconfig.h index f67d6ae3de0..2d0ffe0ffb4 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,11 +40,11 @@ #undef VERSION #endif -#define VERSION "1.13.5" +#define VERSION "1.13.5+dev" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1 #define RC_VERSION_MINOR 13 -#define RC_VERSION_REVISION 5 +#define RC_VERSION_REVISION 6 #endif