mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 18:23:41 +00:00
1.19.5
This commit is contained in:
parent
7047c8f581
commit
383ba03664
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user