From cf23d44810db02d728b8f0a02a13ffc748bf0791 Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Sat, 16 Jan 2021 11:34:51 -0600 Subject: [PATCH] 1.15.9. --- Doxyfile | 2 +- changelog.md | 2 +- projectfiles/Xcode/Info.plist | 4 ++-- src/wesconfig.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doxyfile b/Doxyfile index 67fccbf27393..7851568895bc 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.8+dev +PROJECT_NUMBER = 1.15.9 # 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 77f9117a88bd..f1529f7cc98f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 1.15.8+dev +## Version 1.15.9 ### Add-ons client ### Add-ons server ### Campaigns diff --git a/projectfiles/Xcode/Info.plist b/projectfiles/Xcode/Info.plist index f16b0ad9c93a..46beba5dc953 100644 --- a/projectfiles/Xcode/Info.plist +++ b/projectfiles/Xcode/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.15.8 + 1.15.9 CFBundleSignature ???? CFBundleVersion - 1.15.8 + 1.15.9 LSApplicationCategoryType public.app-category.strategy-games NSHighResolutionCapable diff --git a/src/wesconfig.h b/src/wesconfig.h index 538305c324c0..b3c2e05b9626 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,7 +40,7 @@ #undef VERSION #endif -#define VERSION "1.15.8+dev" +#define VERSION "1.15.9" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1