This commit is contained in:
Pentarctagon 2023-07-15 22:24:10 -05:00
parent ef8fd5c415
commit 8ccf7ee3f6
5 changed files with 7 additions and 17 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.18+dev
PROJECT_NUMBER = 1.17.19
# 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,22 +1,12 @@
## Version 1.17.18+dev
### Add-ons client
### Add-ons server
## Version 1.17.19
### Campaigns
* Descent into Darkness
* S3: Resolved Darken Volk speaking from the darkness at the end of the scenario (#7758).
* Liberty
* S4: Resolved nameless enemies gaining names at day-break (#7748).
* S5: Make the loss of Hans a lose-condition (#7750).
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
* Updated translations: British English, Czech, Finnish, French, Portuguese (Brazil)
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
* Prevent duplicate advancements from being added to unit type. (issue #7009)

View File

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