This commit is contained in:
pentarctagon 2024-05-26 15:13:59 -05:00
parent 397779f9dd
commit d39e42b672
5 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
## Version 1.19.0-dev
## Version 1.19.0
### Add-ons client
* Show the server ID in the Add-ons Manager
* The add-ons server identifier (e.g. 1.18) is now displayed on the bottom left after the server address. If debug mode is enabled the server software version is also shown.
### Add-ons server
### Campaigns
* Descent into Darkness
* S3: player now no longer gains any exp upon killing rats and crawlers, buffed puzzle exp to compensate

View file

@ -3,7 +3,7 @@
major = 1
minor = 19
release = 0
dev_suffix = "-dev" # either use "+dev", "-dev", "" (empty string) or None
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
as_string = "{}.{}.{}{}".format(major,
minor,

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.19.0-dev
PROJECT_NUMBER = 1.19.0
# 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

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.17.26</string>
<string>1.19.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.17.26</string>
<string>1.19.0</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.19.0-dev"
#define VERSION "1.19.0"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1