Pre-release version bump

This commit is contained in:
Charles Dang 2019-02-24 09:50:58 +11:00
parent 88e4f49e42
commit fb522fd923
4 changed files with 5 additions and 5 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.14.5+dev
PROJECT_NUMBER = 1.14.6
# 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,4 +1,4 @@
## Version 1.14.5+dev
## Version 1.14.6
### AI
* Fixed crash when the AI simulates a fight between two units which can slow but aren't yet slowed, then
simulates another fight for one of them in Monte Carlo mode (issue #3650).

View file

@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.14.5</string>
<string>1.14.6</string>
<key>CFBundleVersion</key>
<string>1.14.5</string>
<string>1.14.6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.strategy-games</string>
<key>LSMinimumSystemVersion</key>

View file

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