mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 23:34:45 +00:00
Post-release version bump
The stable 1.14 branch has now diverged, and master is back in development mode for the 1.15 series. Therefor, bumping to 1.15.0-dev here on master.
This commit is contained in:
parent
0b3f14d63e
commit
0094a19e85
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.13.12
|
||||
PROJECT_NUMBER = 1.15.0-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
|
||||
|
@ -1,3 +1,5 @@
|
||||
## Version 1.15.0-dev
|
||||
|
||||
## Version 1.13.12
|
||||
### Security fixes
|
||||
* Disallowed access to blacklisted file paths such as hidden files and
|
||||
|
@ -2,6 +2,9 @@ This is meant to be a concise list of player-visible changes (very minor
|
||||
changes may be omitted). For a complete list of changes, see the main
|
||||
changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog.md
|
||||
|
||||
## Version 1.15.0-dev
|
||||
|
||||
|
||||
## Version 1.13.12
|
||||
### Security fixes
|
||||
* Disallowed access to blacklisted file paths such as hidden files and
|
||||
|
@ -40,11 +40,11 @@
|
||||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.13.12"
|
||||
#define VERSION "1.15.0-dev"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
#define RC_VERSION_MINOR 13
|
||||
#define RC_VERSION_REVISION 12
|
||||
#define RC_VERSION_MINOR 15
|
||||
#define RC_VERSION_REVISION 0
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user