Pre-release version bump

[ci skip]
This commit is contained in:
Charles Dang 2017-09-21 23:05:15 -04:00
parent 95afd707c3
commit e47ea7fded
5 changed files with 6 additions and 6 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 # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 1.13.8+dev PROJECT_NUMBER = 1.13.9
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a

View File

@ -1,4 +1,4 @@
Version 1.13.8+dev: Version 1.13.9:
* Add-ons client: * Add-ons client:
* Fix HTML injection exploit in the wesnoth_addon_manager web index * Fix HTML injection exploit in the wesnoth_addon_manager web index
generation functionality. generation functionality.

View File

@ -2,7 +2,7 @@ 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 changes may be omitted). For a complete list of changes, see the main
changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog changelog: https://github.com/wesnoth/wesnoth/blob/master/changelog
Version 1.13.8+dev: Version 1.13.9:
* Campaigns: * Campaigns:
* Reordered beginner campaigns to be friendlier to new players. * Reordered beginner campaigns to be friendlier to new players.
* Delfador's Memoirs: * Delfador's Memoirs:

View File

@ -19,11 +19,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.13.8</string> <string>1.13.9</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.13.8</string> <string>1.13.9</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.strategy-games</string> <string>public.app-category.strategy-games</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

View File

@ -40,7 +40,7 @@
#undef VERSION #undef VERSION
#endif #endif
#define VERSION "1.13.8+dev" #define VERSION "1.13.9"
// Used for the Windows executables' version info resource. // Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1 #define RC_VERSION_MAJOR 1