1.19.6+dev
This commit is contained in:
parent
99469ba31d
commit
7183553e23
4 changed files with 19 additions and 4 deletions
15
changelog.md
15
changelog.md
|
@ -1,3 +1,18 @@
|
||||||
|
## Version 1.19.6+dev
|
||||||
|
### Add-ons client
|
||||||
|
### Add-ons server
|
||||||
|
### Campaigns
|
||||||
|
### Editor
|
||||||
|
### Multiplayer
|
||||||
|
### Lua API
|
||||||
|
### Packaging
|
||||||
|
### Terrain
|
||||||
|
### Translations
|
||||||
|
### Units
|
||||||
|
### User interface
|
||||||
|
### WML Engine
|
||||||
|
### Miscellaneous and Bug Fixes
|
||||||
|
|
||||||
## Version 1.19.6
|
## Version 1.19.6
|
||||||
### Add-ons client
|
### Add-ons client
|
||||||
* The Add-ons client now supports UI Theme type add-ons (id 'theme').
|
* The Add-ons client now supports UI Theme type add-ons (id 'theme').
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
major = 1
|
major = 1
|
||||||
minor = 19
|
minor = 19
|
||||||
release = 6
|
release = 6
|
||||||
dev_suffix = "" # either use "+dev", "-dev", "" (empty string) or None
|
dev_suffix = "+dev" # either use "+dev", "-dev", "" (empty string) or None
|
||||||
|
|
||||||
as_string = "{}.{}.{}{}".format(major,
|
as_string = "{}.{}.{}{}".format(major,
|
||||||
minor,
|
minor,
|
||||||
|
|
|
@ -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.19.6
|
PROJECT_NUMBER = 1.19.6+dev
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -40,11 +40,11 @@
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VERSION "1.19.6"
|
#define VERSION "1.19.6+dev"
|
||||||
|
|
||||||
// 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
|
||||||
#define RC_VERSION_MINOR 19
|
#define RC_VERSION_MINOR 19
|
||||||
#define RC_VERSION_REVISION 6
|
#define RC_VERSION_REVISION 7
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue