1.16.12+dev

I have no expectation that we'll release a 1.16.13, but it's still
useful to know which builds were from exactly the 1.16.12 tag.
This commit is contained in:
Steve Cotton 2024-06-30 13:02:41 +02:00 committed by Steve Cotton
parent 38dd046398
commit bf5a26c58c
4 changed files with 19 additions and 4 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.16.12
PROJECT_NUMBER = 1.16.12+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,18 @@
## Version 1.16.12+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.12
### Security Fixes
* Run wesnothd server as `_wesnoth:_wesnoth` instead of `nobody:users`, improving safety and fixing a warning message in systemd 246+

View file

@ -3,7 +3,7 @@
major = 1
minor = 16
release = 12
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.16.12"
#define VERSION "1.16.12+dev"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1
#define RC_VERSION_MINOR 16
#define RC_VERSION_REVISION 12
#define RC_VERSION_REVISION 13
#endif