This commit is contained in:
Pentarctagon 2022-01-16 12:24:01 -06:00
parent 2a40d8b332
commit a7cf1fe714
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
4 changed files with 4 additions and 8 deletions

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.0-dev
PROJECT_NUMBER = 1.17.0
# 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

@ -1,6 +1,4 @@
## Version 1.17.0-dev
### Add-ons client
### Add-ons server
## Version 1.17.0
### Campaigns
* A Tale of Two Brothers
* The mercenary will now spawn in a less sudden way (issue #6183)
@ -51,8 +49,6 @@
### Multiplayer
### Lua API
* Fixed an error in `gui.get_user_choice()` and added support for the current DescriptionWML syntax (PR #6247)
### Packaging
### Terrain
### Translations
* Added translations: Spanish (Latin American)
* Updated translations: British English, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Dutch, Finnish, French, Indonesian, Italian, Japanese, Polish, Portuguese (Brazil), Russian, Scottish Gaelic, Spanish, Turkish.

View file

@ -3,7 +3,7 @@
major = 1
minor = 17
release = 0
dev_suffix = "-dev" # either use "+dev", "-dev", "" (empty string) or None
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
as_string = "{}.{}.{}{}".format(major,
minor,

View file

@ -40,7 +40,7 @@
#undef VERSION
#endif
#define VERSION "1.17.0-dev"
#define VERSION "1.17.0"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1