1.17.0+dev.
This commit is contained in:
parent
5fe043c288
commit
5471f5dd3e
3 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.15.14+dev
|
||||
PROJECT_NUMBER = 1.17.0-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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Version 1.15.14+dev
|
||||
## Version 1.17.0-dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
#undef VERSION
|
||||
#endif
|
||||
|
||||
#define VERSION "1.15.14+dev"
|
||||
#define VERSION "1.17.0-dev"
|
||||
|
||||
// Used for the Windows executables' version info resource.
|
||||
#define RC_VERSION_MAJOR 1
|
||||
#define RC_VERSION_MINOR 15
|
||||
#define RC_VERSION_REVISION 15
|
||||
#define RC_VERSION_MINOR 17
|
||||
#define RC_VERSION_REVISION 0
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue