This commit is contained in:
pentarctagon 2024-10-21 12:10:10 -05:00
parent 7047c8f581
commit 383ba03664
5 changed files with 7 additions and 11 deletions

View File

@ -1,14 +1,10 @@
## Version 1.19.4+dev
### Add-ons client
### Add-ons server
## Version 1.19.5
### Campaigns
* Eastern Invasion: "Drowned Plains" drastically shortened in length. Objective now involves gathering gold, not killing enemy leaders.
### Editor
* Fixed a crash in some cases after setting which direction a unit is facing.
### Multiplayer
### Lua API
* Added new function gui.switch_theme() to allow switching to another gui2 theme from inside a scenario.
### Packaging
### Terrain
* Improved handling of bluffs/gulch transitions with mountains and frozen terrain
* Bluffs/Gulches less intrusive in mini-map

View File

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