Wesnoth 1.14.12
This commit is contained in:
parent
4b73d566c7
commit
730da2be58
4 changed files with 5 additions and 5 deletions
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.14.11+dev
|
||||
PROJECT_NUMBER = 1.14.12
|
||||
|
||||
# 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,4 +1,4 @@
|
|||
## Version 1.14.11+dev
|
||||
## Version 1.14.12
|
||||
### Add-ons client
|
||||
* Ensure the client doesn't re-download dependencies that have just been updated during an Update All
|
||||
run by re-reading add-on versions after each update batch (issue #3273).
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.14.11</string>
|
||||
<string>1.14.12</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.14.11</string>
|
||||
<string>1.14.12</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.14.11+dev"
|
||||
#define VERSION "1.14.12"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue