1.15.10+dev.

This commit is contained in:
Pentarctagon 2021-02-20 18:02:48 -06:00
parent ba580774f1
commit b96f047d7c
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
3 changed files with 17 additions and 3 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.15.10
PROJECT_NUMBER = 1.15.10+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,3 +1,17 @@
## Version 1.15.10+dev
### Add-ons client
### Add-ons server
### Campaigns
### Editor
### Multiplayer
### Packaging
### Terrain
### Translations
### Units
### User interface
### WML Engine
### Miscellaneous and Bug Fixes
## Version 1.15.10
### Add-ons server
* Fixed undefined behavior when servicing requests to downgrade add-ons.

View file

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