diff --git a/cli/main.cpp b/cli/main.cpp index b9f341800..13f5b82c2 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.86 + * @version 1.86.99 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/cmake/versions.cmake b/cmake/versions.cmake index 0c3d78c56..e94d8d5e5 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.86") +SET(VERSION "1.86.99") STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}") LIST(GET VERSION_PARTS 0 VERSION_MAJOR) LIST(GET VERSION_PARTS 1 VERSION_MINOR) diff --git a/lib/version.h b/lib/version.h index 194809591..5e5b15f9a 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,6 +1,6 @@ #define CPPCHECK_MAJOR 1 #define CPPCHECK_MINOR 86 -#define CPPCHECK_DEVMINOR 86 +#define CPPCHECK_DEVMINOR 87 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/man/manual.docbook b/man/manual.docbook index 1bfd815c7..d533ef7ba 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> - Cppcheck 1.86 + Cppcheck 1.87 dev 2018-04-23 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index de5ed739d..e778401cf 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +