This commit is contained in:
Pentarctagon 2023-04-15 20:03:24 -05:00
parent fc7ec5bec5
commit f27b4f1bfc
5 changed files with 7 additions and 15 deletions

View File

@ -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.14+dev
PROJECT_NUMBER = 1.17.15
# 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

View File

@ -1,17 +1,9 @@
## Version 1.17.14+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
## Version 1.17.15
### Multiplayer
* The game no longer crashes when using "Back To Turn" after the game has
ended in multiplayer #4236
### Lua API
### Packaging
### Terrain
### Translations
* Updated translations: British English, Bulgarian, Czech, French, Spanish, Turkish
### Units
### User interface
* The "Back To Turn" menu now replays the turn in singelplayer too. However,
the Continue button can be used to resume the game from any given position.

View File

@ -2,8 +2,8 @@
major = 1
minor = 17
release = 14
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
release = 15
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
as_string = "{}.{}.{}{}".format(major,
minor,

View File

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.17.14</string>
<string>1.17.15</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.17.14</string>
<string>1.17.15</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.strategy-games</string>
<key>NSHighResolutionCapable</key>

View File

@ -40,7 +40,7 @@
#undef VERSION
#endif
#define VERSION "1.17.14+dev"
#define VERSION "1.17.15"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1