From 383ba0366414a108f8bb339d81a1ec17bff719ce Mon Sep 17 00:00:00 2001 From: pentarctagon Date: Mon, 21 Oct 2024 12:10:10 -0500 Subject: [PATCH] 1.19.5 --- changelog.md | 6 +----- data/tools/wesnoth/version.py | 4 ++-- doc/doxygen/Doxyfile | 2 +- projectfiles/Xcode/Info.plist | 4 ++-- src/wesconfig.h | 2 +- 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index 38285f18639..318c496b8c6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,14 +1,10 @@ -## Version 1.19.4+dev - ### Add-ons client - ### Add-ons server +## Version 1.19.5 ### Campaigns * Eastern Invasion: "Drowned Plains" drastically shortened in length. Objective now involves gathering gold, not killing enemy leaders. ### Editor * Fixed a crash in some cases after setting which direction a unit is facing. - ### Multiplayer ### Lua API * Added new function gui.switch_theme() to allow switching to another gui2 theme from inside a scenario. - ### Packaging ### Terrain * Improved handling of bluffs/gulch transitions with mountains and frozen terrain * Bluffs/Gulches less intrusive in mini-map diff --git a/data/tools/wesnoth/version.py b/data/tools/wesnoth/version.py index d882e00c1ad..b7a8814d665 100755 --- a/data/tools/wesnoth/version.py +++ b/data/tools/wesnoth/version.py @@ -2,8 +2,8 @@ major = 1 minor = 19 -release = 4 -dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None +release = 5 +dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None as_string = "{}.{}.{}{}".format(major, minor, diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index cb999a8e2e9..f8dd0d5f9d6 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/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.19.4+dev +PROJECT_NUMBER = 1.19.5 # 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/projectfiles/Xcode/Info.plist b/projectfiles/Xcode/Info.plist index ec480340193..21d9fc2bcdd 100644 --- a/projectfiles/Xcode/Info.plist +++ b/projectfiles/Xcode/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.19.4 + 1.19.5 CFBundleSignature ???? CFBundleVersion - 1.19.4 + 1.19.5 LSApplicationCategoryType public.app-category.strategy-games NSHighResolutionCapable diff --git a/src/wesconfig.h b/src/wesconfig.h index f32639ed21b..2851fab3ca6 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,7 +40,7 @@ #undef VERSION #endif -#define VERSION "1.19.4+dev" +#define VERSION "1.19.5" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1