1.17.8
This commit is contained in:
parent
910eedeb61
commit
3b2cf63779
5 changed files with 7 additions and 15 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.17.7+dev
|
||||
PROJECT_NUMBER = 1.17.8
|
||||
|
||||
# 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
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -1,20 +1,12 @@
|
|||
## Version 1.17.7+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
## Version 1.17.8
|
||||
### Editor
|
||||
* add "elevation" terrain group
|
||||
### Multiplayer
|
||||
* The /report command now opens a dialog rather than simply allowing free-form text after the command.
|
||||
### Lua API
|
||||
### Packaging
|
||||
### Terrain
|
||||
* Expansion of cosmetic "lower terrain" to "higher terrain" and more transition graphics.
|
||||
### Translations
|
||||
* Updated translations: British English, Chinese (Simplified), Czech, French, Italian, Portuguese (Brazil), Russian, Turkish
|
||||
### Units
|
||||
### User interface
|
||||
### WML Engine
|
||||
### Miscellaneous and Bug Fixes
|
||||
* Fixed highlighted movement range when hovering over units after their owner ends turn. It now shows their max movement next turn, instead of the remaining moves from their previous turn. (issue #6716)
|
||||
* Stopped wmllint adding `wesnoth-icon.png` to `[message]`s that don’t already have an image. (PR #6991)
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
major = 1
|
||||
minor = 17
|
||||
release = 7
|
||||
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||
release = 8
|
||||
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
|
||||
|
||||
as_string = "{}.{}.{}{}".format(major,
|
||||
minor,
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.17.7</string>
|
||||
<string>1.17.8</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.17.7</string>
|
||||
<string>1.17.8</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.strategy-games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.17.7+dev"
|
||||
#define VERSION "1.17.8"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
|
|
Loading…
Add table
Reference in a new issue