1.16.5+dev.
This commit is contained in:
parent
e3aca551be
commit
6b58a5694f
4 changed files with 20 additions and 5 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.16.5
|
||||
PROJECT_NUMBER = 1.16.5+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
|
||||
|
|
17
changelog.md
17
changelog.md
|
@ -1,4 +1,19 @@
|
|||
## Version 1.16.4+dev
|
||||
## Version 1.16.5+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.16.5
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Fixed frequent crashes occurring in multiplayer matches (issue #6863).
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
major = 1
|
||||
minor = 16
|
||||
release = 5
|
||||
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,
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.16.5"
|
||||
#define VERSION "1.16.5+dev"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
#define RC_VERSION_MINOR 16
|
||||
#define RC_VERSION_REVISION 5
|
||||
#define RC_VERSION_REVISION 6
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue