From f6cfad7b5065d0a99f1c2d9e5115f6d97d08d56b Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Sun, 19 Jun 2022 09:01:04 -0500 Subject: [PATCH] 1.17.5. --- Doxyfile | 2 +- changelog.md | 11 +---------- data/tools/wesnoth/version.py | 4 ++-- projectfiles/Xcode/Info.plist | 4 ++-- src/wesconfig.h | 2 +- 5 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Doxyfile b/Doxyfile index 64e4d4fd339..6cc4c6e7c0f 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.17.4+dev +PROJECT_NUMBER = 1.17.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/changelog.md b/changelog.md index 3bc9236acd8..a4687cf7261 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,4 @@ -## Version 1.17.4+dev - ### Add-ons client - ### Add-ons server +## Version 1.17.5 ### Campaigns * Eastern Invasion * S1: Fixed campfire not having a sound (issue #5766) @@ -9,17 +7,10 @@ * Fixed Grug upkeep, added dialogue about ogres joining (issue #4145) * Northern Rebirth * S1: Fixed Al'Tar confusing an orc for a slave (issue #6735) - ### Editor - ### Multiplayer - ### Lua API - ### Packaging - ### Terrain ### Translations * Updated translations: Arabic, Chinese (Traditional), Czech, Finnish, French, Japanese, Polish - ### Units ### User interface * High-DPI font and image rendering is now enabled across the entire UI. - ### WML Engine ### Miscellaneous and Bug Fixes * wmllint automatically removes the obsolete lines `{SOUND:SLOW}` and `{SOUND:POISON}` * Fixed path finding visibility bug that sometimes caused OOS errors on maps with tunnels and at least three sides that do not share vision (PR #6744) diff --git a/data/tools/wesnoth/version.py b/data/tools/wesnoth/version.py index 0647e6334e2..ee897b1c326 100755 --- a/data/tools/wesnoth/version.py +++ b/data/tools/wesnoth/version.py @@ -2,8 +2,8 @@ major = 1 minor = 17 -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/projectfiles/Xcode/Info.plist b/projectfiles/Xcode/Info.plist index 8a7bbdeac6a..3f16820c2b1 100644 --- a/projectfiles/Xcode/Info.plist +++ b/projectfiles/Xcode/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.17.4 + 1.17.5 CFBundleSignature ???? CFBundleVersion - 1.17.4 + 1.17.5 LSApplicationCategoryType public.app-category.strategy-games NSHighResolutionCapable diff --git a/src/wesconfig.h b/src/wesconfig.h index 7a9e4d4dc58..4f977fea7aa 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,7 +40,7 @@ #undef VERSION #endif -#define VERSION "1.17.4+dev" +#define VERSION "1.17.5" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1