1.17.0.
This commit is contained in:
parent
2a40d8b332
commit
a7cf1fe714
4 changed files with 4 additions and 8 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.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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue