1.19.2
This commit is contained in:
parent
92173108f1
commit
e865a5fd61
5 changed files with 7 additions and 14 deletions
|
@ -1,15 +1,9 @@
|
|||
## Version 1.19.2+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
## Version 1.19.3
|
||||
### Campaigns
|
||||
* Under the Burnings Suns
|
||||
* S04: added sprite for the Cold Dagger item (PR #9189)
|
||||
### Editor
|
||||
* Added Show Tool Information toggle option in the menus and toolbar to allow hiding the informational tooltip on the edge of the screen that shows the current editor tool's usage and palette information
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: Bengali, British English, Chinese (Simplified), Czech, French
|
||||
### Units
|
||||
|
@ -19,7 +13,6 @@
|
|||
### WML Engine
|
||||
* Fix crash when weapon specials' filters lead to infinite recursion (issue #8940)
|
||||
* Updated xBRZ implementation to v1.8
|
||||
### Miscellaneous and Bug Fixes
|
||||
|
||||
## Version 1.19.2
|
||||
### Campaigns
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 19
|
||||
release = 2
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 3
|
||||
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.2+dev
|
||||
PROJECT_NUMBER = 1.19.3
|
||||
|
||||
# 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.2</string>
|
||||
<string>1.19.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.19.2</string>
|
||||
<string>1.19.3</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.2+dev"
|
||||
#define VERSION "1.19.3"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue