1.17.21
This commit is contained in:
parent
089cade916
commit
56a6c8284c
5 changed files with 8 additions and 18 deletions
14
changelog.md
14
changelog.md
|
@ -1,6 +1,4 @@
|
|||
## Version 1.17.20+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
## Version 1.17.21
|
||||
### Campaigns
|
||||
* Eastern Invasion
|
||||
* Revise entire campaign (Dalas version)
|
||||
|
@ -10,11 +8,6 @@
|
|||
* Make Harper a girl and revise some dialogue
|
||||
* Legend of Wesmere
|
||||
* Replace lingering instances of ‘old’ style gold carry over for S9, S11 and S14 (issue #7862)
|
||||
### Editor
|
||||
### Multiplayer
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
### Translations
|
||||
* Updated translations: Arabic, British English, Czech, German, French
|
||||
### Units
|
||||
|
@ -75,10 +68,7 @@
|
|||
* Thug - xp changed from 42 to 32.
|
||||
* Bandit - cost changed from 23 to 22, xp changed from 70 to 61.
|
||||
* Peasant and Woodsman - xp changed from 23 to 19.
|
||||
* Elder Mage - cost changed from 65 to 90.
|
||||
### User interface
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Elder Mage - cost changed from 65 to 90.
|
||||
|
||||
## Version 1.17.20
|
||||
### Campaigns
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 17
|
||||
release = 20
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 21
|
||||
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.17.20+dev
|
||||
PROJECT_NUMBER = 1.17.21
|
||||
|
||||
# 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.17.20</string>
|
||||
<string>1.17.21</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.17.20</string>
|
||||
<string>1.17.21</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.17.20+dev"
|
||||
#define VERSION "1.17.21"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue