From ae39d31f7efe92b5b94c55fb917048055cfd6712 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Mon, 19 Aug 2019 23:44:45 +1100 Subject: [PATCH] Pre-release version bump --- 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 898dc527d6c5..e179761fe0ca 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.0+dev +PROJECT_NUMBER = 1.15.1 # 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 dd35f632892a..d70a21439e1e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 1.15.0+dev +## Version 1.15.1 ### Editor * Fix buttons in the editor being inactive ### Language and i18n diff --git a/projectfiles/Xcode/Info.plist b/projectfiles/Xcode/Info.plist index 8cf294e73655..80cd2e02a3e0 100644 --- a/projectfiles/Xcode/Info.plist +++ b/projectfiles/Xcode/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.15.0 + 1.15.1 CFBundleSignature ???? CFBundleVersion - 1.15.0 + 1.15.1 LSApplicationCategoryType public.app-category.strategy-games NSHighResolutionCapable diff --git a/src/wesconfig.h b/src/wesconfig.h index 5946a8ae2e6d..0753f87d1383 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,7 +40,7 @@ #undef VERSION #endif -#define VERSION "1.15.0+dev" +#define VERSION "1.15.1" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1