diff --git a/cli/main.cpp b/cli/main.cpp index 930d404f6..d0cffe362 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.72.99 + * @version 1.73 * * @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 31fa30b9b..8808fde26 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.72.99") +SET(VERSION "1.73.0") 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 74051488d..7cead8054 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,5 +1,5 @@ #define CPPCHECK_MAJOR 1 -#define CPPCHECK_MINOR 72 +#define CPPCHECK_MINOR 73 #define CPPCHECK_DEVMINOR 73 #define STRINGIFY(x) STRING(x) diff --git a/man/manual.docbook b/man/manual.docbook index 0368c5eb5..ec68f10e3 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.73 dev + Cppcheck 1.73 2015-09-09 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 400b4793b..78ec24fc4 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +