1.17.13
This commit is contained in:
parent
42c4d22065
commit
113056c9e1
5 changed files with 7 additions and 10 deletions
2
Doxyfile
2
Doxyfile
|
@ -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.12+dev
|
||||
PROJECT_NUMBER = 1.17.13
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
## Version 1.17.12+dev
|
||||
## Version 1.17.13
|
||||
### Add-ons client
|
||||
* Added automatic schema-validation of `_server.pbl` files when uploading an add-on. (PR #7239)
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* Legend of Wesmere
|
||||
* Adjusted gold and carryover between S11, S14 and S17. (issue #7230)
|
||||
|
@ -28,8 +27,6 @@
|
|||
* By default, they are now two-color during the ally’s turn.
|
||||
* Added an advanced setting to always show them as single-color (the ally color).
|
||||
* Add waterfall animations to Isar’s Cross. (PR #7348)
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
* Added Art Placeholder overlay (terrain code `^Xxxx`), used for Isar’s Cross’ new waterfalls. (PR #7348)
|
||||
### Translations
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 17
|
||||
release = 12
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 13
|
||||
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
|
||||
|
||||
as_string = "{}.{}.{}{}".format(major,
|
||||
minor,
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.17.12</string>
|
||||
<string>1.17.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.17.12</string>
|
||||
<string>1.17.13</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.12+dev"
|
||||
#define VERSION "1.17.13"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue