From b96f047d7cf8674cb4d1926a541da4fe65ec772b Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Sat, 20 Feb 2021 18:02:48 -0600 Subject: [PATCH] 1.15.10+dev. --- Doxyfile | 2 +- changelog.md | 14 ++++++++++++++ src/wesconfig.h | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index f4d41b68406d..b4cabe958783 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.15.10 +PROJECT_NUMBER = 1.15.10+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.md b/changelog.md index 2801a4a50c9e..c862a706953b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +## Version 1.15.10+dev + ### Add-ons client + ### Add-ons server + ### Campaigns + ### Editor + ### Multiplayer + ### Packaging + ### Terrain + ### Translations + ### Units + ### User interface + ### WML Engine + ### Miscellaneous and Bug Fixes + ## Version 1.15.10 ### Add-ons server * Fixed undefined behavior when servicing requests to downgrade add-ons. diff --git a/src/wesconfig.h b/src/wesconfig.h index 445885276dbb..d0652832a61f 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,11 +40,11 @@ #undef VERSION #endif -#define VERSION "1.15.10" +#define VERSION "1.15.10+dev" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1 #define RC_VERSION_MINOR 15 -#define RC_VERSION_REVISION 10 +#define RC_VERSION_REVISION 11 #endif