diff --git a/Doxyfile b/Doxyfile index e44886f8d14d..df3a15d3e818 100644 --- a/Doxyfile +++ b/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.14.7 +PROJECT_NUMBER = 1.14.7+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 diff --git a/changelog.md b/changelog.md index c5047bbce7ad..791ef8402c72 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## Version 1.14.7+dev + ## Version 1.14.7 ### Campaigns * A Tale of Two Brothers: diff --git a/src/wesconfig.h b/src/wesconfig.h index 6fd7e0b7a18f..69d28cd37718 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,11 +40,11 @@ #undef VERSION #endif -#define VERSION "1.14.7" +#define VERSION "1.14.7+dev" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1 #define RC_VERSION_MINOR 14 -#define RC_VERSION_REVISION 7 +#define RC_VERSION_REVISION 8 #endif