diff --git a/Doxyfile b/Doxyfile
index fabd311906f..f8c40038f40 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.4+dev
+PROJECT_NUMBER = 1.15.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 90b3723c9bf..5b953df7d8a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,4 @@
-## Version 1.15.4+dev
+## Version 1.15.5
### Add-ons client
* Fix: when using the "system default language", add-ons' titles and descriptions were always shown in English (PR #5109)
### Campaigns
diff --git a/projectfiles/Xcode/Info.plist b/projectfiles/Xcode/Info.plist
index 97d650da479..7d5cf4ff27a 100644
--- a/projectfiles/Xcode/Info.plist
+++ b/projectfiles/Xcode/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.15.4
+ 1.15.5
CFBundleSignature
????
CFBundleVersion
- 1.15.4
+ 1.15.5
LSApplicationCategoryType
public.app-category.strategy-games
NSHighResolutionCapable
diff --git a/src/wesconfig.h b/src/wesconfig.h
index ab7c9f698fc..d46f1221772 100644
--- a/src/wesconfig.h
+++ b/src/wesconfig.h
@@ -40,7 +40,7 @@
#undef VERSION
#endif
-#define VERSION "1.15.4+dev"
+#define VERSION "1.15.5"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1