This commit is contained in:
pentarctagon 2024-12-18 16:57:02 -06:00
parent 144fa9c71a
commit 4a689a687d
5 changed files with 7 additions and 13 deletions

View file

@ -1,14 +1,8 @@
## Version 1.19.6+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
## Version 1.19.7
### Multiplayer
* Implemented an attempt to fix the multiplayer server crashing if someone requested game history and then disconnected before receiving the results
### Lua API
### Packaging
* Windows 10 or later is now required
### Terrain
### Translations
* Updated translations: Bengali, British English, Chinese (Simplified), Czech, Hungarian, Italian
### Units

View file

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