diff --git a/cli/main.cpp b/cli/main.cpp index 97f58dafe..0a8d56b90 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.60 + * @version 1.60.1 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 86c66e138..d5d8b975a 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -34,7 +34,7 @@ #include #endif -static const char Version[] = "1.60"; +static const char Version[] = "1.60.1"; static const char ExtraVersion[] = ""; static TimerResults S_timerResults; diff --git a/lib/version.h b/lib/version.h index 79c6faad3..8c294761c 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,3 +1,3 @@ -#define CPPCHECK_VERSION_STRING "1.60" -#define CPPCHECK_VERSION 1,60,0,0 +#define CPPCHECK_VERSION_STRING "1.60.1" +#define CPPCHECK_VERSION 1,60,1,0 #define LEGALCOPYRIGHT L"Copyright (C) 2007-2013 Daniel Marjam\x00E4ki and Cppcheck team." diff --git a/man/manual.docbook b/man/manual.docbook index 70d0c1134..815a7edf9 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.60 + Cppcheck 1.60.1 2013-01-12 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 78b4ca737..4c672a23c 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +