diff --git a/cli/main.cpp b/cli/main.cpp index 3bb0ee9b5..ef672f5ea 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.77 + * @version 1.77.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 97bb0b61e..4d0d71989 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.77") +SET(VERSION "1.77.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 f499abacb..17e157b54 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,6 +1,6 @@ #define CPPCHECK_MAJOR 1 #define CPPCHECK_MINOR 77 -#define CPPCHECK_DEVMINOR 77 +#define CPPCHECK_DEVMINOR 78 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/man/manual.docbook b/man/manual.docbook index 83ab0965e..b22cea5b4 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.77 + Cppcheck 1.78 dev 2016-08-13 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index b3f4fb771..56b710c82 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +