1.15.14+dev.
This commit is contained in:
parent
39a6a9a839
commit
1cacd12a89
3 changed files with 18 additions and 3 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.15.14
|
||||
PROJECT_NUMBER = 1.15.14+dev
|
||||
|
||||
# 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
|
||||
|
|
15
changelog.md
15
changelog.md
|
@ -1,3 +1,18 @@
|
|||
## Version 1.15.14+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.15.14
|
||||
### Add-ons client
|
||||
* Fixed: using the versions drop-down in small-screen mode returned to the title screen (issue #5810)
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.15.14"
|
||||
#define VERSION "1.15.14+dev"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
#define RC_VERSION_MINOR 15
|
||||
#define RC_VERSION_REVISION 14
|
||||
#define RC_VERSION_REVISION 15
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue