From eaa44cddbfc5533d108e797b95a1d28656aaf495 Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Sat, 20 Mar 2021 20:29:08 -0500 Subject: [PATCH] Wesnoth 1.14.16+dev. --- Doxyfile | 2 +- changelog.md | 7 +++++++ src/wesconfig.h | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 94e28a157092..d902fdc31a4f 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.14.16 +PROJECT_NUMBER = 1.14.16+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 b42ee58fd760..a81bfcae5a2b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +## Version 1.14.16+dev + ### Add-ons client + ### Campaigns + ### Translations + ### User interface + ### Miscellaneous and Bug Fixes + ## Version 1.14.16 ### AI * Experimental AI: fixed a bug identifying hexes next to healers as healing locations diff --git a/src/wesconfig.h b/src/wesconfig.h index b1934d2e2b5d..32dd1ff206d0 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,11 +40,11 @@ #undef VERSION #endif -#define VERSION "1.14.16" +#define VERSION "1.14.16+dev" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1 #define RC_VERSION_MINOR 14 -#define RC_VERSION_REVISION 16 +#define RC_VERSION_REVISION 17 #endif