diff --git a/Doxyfile b/Doxyfile index 779acfe7f6c3..6d492db692a0 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.1+dev +PROJECT_NUMBER = 1.15.2 # 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 7a3d9b48a0b1..36b426bab4f1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 1.15.1+dev +## Version 1.15.2 ### AI: * Experimental AI: * Fix guardians being used for village actions diff --git a/projectfiles/Xcode/Info.plist b/projectfiles/Xcode/Info.plist index af53a665ea18..a1e3e6a4e02b 100644 --- a/projectfiles/Xcode/Info.plist +++ b/projectfiles/Xcode/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.15.1 + 1.15.2 CFBundleSignature ???? CFBundleVersion - 1.15.1 + 1.15.2 LSApplicationCategoryType public.app-category.strategy-games NSHighResolutionCapable diff --git a/src/wesconfig.h b/src/wesconfig.h index 1cc51c039b9b..b4fbeea6e453 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,7 +40,7 @@ #undef VERSION #endif -#define VERSION "1.15.1+dev" +#define VERSION "1.15.2" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1