Post-release version bump

This commit is contained in:
Charles Dang 2020-01-25 19:10:32 -05:00
parent d9c9f767a7
commit b446ef61d3
3 changed files with 5 additions and 3 deletions

View file

@ -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.10
PROJECT_NUMBER = 1.14.10+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

View file

@ -1,3 +1,5 @@
## Version 1.14.10+dev
## Version 1.14.10
### AI:
* Experimental AI:

View file

@ -40,11 +40,11 @@
#undef VERSION
#endif
#define VERSION "1.14.10"
#define VERSION "1.14.10+dev"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1
#define RC_VERSION_MINOR 14
#define RC_VERSION_REVISION 10
#define RC_VERSION_REVISION 11
#endif