Post-release version bump

This commit is contained in:
Charles Dang 2018-04-15 17:35:13 +11:00
parent 801b867afa
commit a31413cc82
4 changed files with 9 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.13.14
PROJECT_NUMBER = 1.13.14+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,5 @@
## Version 1.13.14+dev
## Version 1.13.14
### Security fixes
* Fixed an issue allowing MP lobby and whisper message origins to be spoofed

View file

@ -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/1.14/changelog.md
## Version 1.13.14+dev
## Version 1.13.14
### Campaigns
* The Hammer of Thursagan

View file

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