1.17.9+dev.

This commit is contained in:
Pentarctagon 2022-10-15 21:06:01 -05:00
parent 6682ef8ab8
commit 5700e96a59
4 changed files with 20 additions and 5 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.9
PROJECT_NUMBER = 1.17.9+dev
# 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,4 +1,19 @@
## Version 1.17.8+dev
## Version 1.17.9+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
### Multiplayer
### Lua API
### Packaging
### Terrain
### Translations
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
## Version 1.17.9
### Terrain
* Change codes "Irs, Ias, Icr, Ior, and Icn" to "Isr, Isa, Isc, Iwo, and Iwc", respectively
### Translations

View file

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

View file

@ -40,11 +40,11 @@
#undef VERSION
#endif
#define VERSION "1.17.9"
#define VERSION "1.17.9+dev"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1
#define RC_VERSION_MINOR 17
#define RC_VERSION_REVISION 9
#define RC_VERSION_REVISION 10
#endif