This commit is contained in:
Pentarctagon 2023-04-15 20:14:44 -05:00
parent 4e7b9b98c8
commit 3be802ba1f
5 changed files with 7 additions and 18 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.16.8+dev
PROJECT_NUMBER = 1.16.9
# 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,6 @@
## Version 1.16.8+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
## Version 1.16.9
### Translations
* Updated translations: British English, Bulgarian, Chinese (Simplified), Czech, Dutch, French, German, Italian, Polish, Portuguese (Brazil), Spanish, Turkish
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
* wesnoth_addon_manager now supports SSL/TLS connection (using the `--secure` flag)
* wesnoth_addon_manager now supports IPv6 connection (using the `--ipv6` flag)

View file

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