Wesnoth 1.17.11.

This commit is contained in:
Pentarctagon 2022-12-17 19:14:04 -06:00
parent f45bd210d9
commit ba8227e994
5 changed files with 7 additions and 16 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.10+dev
PROJECT_NUMBER = 1.17.11
# 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,21 +1,12 @@
## Version 1.17.10+dev
### Add-ons client
### Add-ons server
## Version 1.17.11
### Campaigns
* Sceptre of Fire
* S9: Update for terrain codes introduced in 1.17.9 (issue #7210)
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
* Updated translations: Arabic, British English, Finnish, French
### Units
* Moved Kraken from campaigns to core, updated sprite
* Added some dragonfly units to "monsters"
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
* Fixed a crash when moving certain walking corpse variations north due to missing animations. (issue #7190)

View file

@ -2,8 +2,8 @@
major = 1
minor = 17
release = 10
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
release = 11
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.10</string>
<string>1.17.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.17.10</string>
<string>1.17.11</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.10+dev"
#define VERSION "1.17.11"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1