Post-release version bump

This commit is contained in:
Charles Dang 2020-05-17 22:06:53 +11:00
parent 730da2be58
commit 247a0a9b5f
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.12
PROJECT_NUMBER = 1.14.12+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.12+dev
## Version 1.14.12
### Add-ons client
* Ensure the client doesn't re-download dependencies that have just been updated during an Update All

View file

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