Post-release version bump

This commit is contained in:
Charles Dang 2017-03-19 11:08:31 +11:00
parent e315aa39e7
commit b1b378c090
5 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.7
PROJECT_NUMBER = 1.13.7+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.7+dev:
Version 1.13.7:
* AI:
* Fix a performance regression in complex combat situations such as the

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/master/changelog
Version 1.13.7+dev:
Version 1.13.7:
* AI:
* Fix a performance regression in complex combat situations such as the

View File

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.13.6</string>
<string>1.13.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

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