This commit is contained in:
pentarctagon 2023-10-16 23:29:23 -05:00
parent 3bfb54dd14
commit fec4f1771d
5 changed files with 10 additions and 12 deletions

View file

@ -1,17 +1,13 @@
## Version 1.17.21+dev
### Add-ons client
### Add-ons server
## Version 1.17.22
### Campaigns
* Under the Burning Suns
* More AMLAs for Kaleh and Nym.
* Balance changes.
### Multiplayer
### Multiplayer server
* Record and replay chat messages when joining a game that has not started yet
### Lua API
* New experimental Lua undo API
* New Lua mouse click callback
### Packaging
### Terrain
* New embellishment for adding windows to impassible walls.
### Translations
@ -21,7 +17,9 @@
* Update graphics and stats of Roc
* New monster unit line - Ravens
* New Jumping Spider monster.
* More balance changes in multiplayer units.
* Drakes:
* Saurian Oracle xp changed from 66 to 74
* Saurian Soothsayer xp changed from 100 to 66
### User interface
* Village ownership is shown with flag and side number in terrain info (issue #4334)
### WML API

View file

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