diff --git a/cli/cppcheck.rc b/cli/cppcheck.rc index 88057db58..d54fb3e42 100644 --- a/cli/cppcheck.rc +++ b/cli/cppcheck.rc @@ -56,8 +56,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,41,0,0 - PRODUCTVERSION 1,41,0,0 + FILEVERSION 1,42,0,0 + PRODUCTVERSION 1,42,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -73,12 +73,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "cppcheck Application" - VALUE "FileVersion", "1.41" + VALUE "FileVersion", "1.42" VALUE "InternalName", "cppcheck" VALUE "LegalCopyright", "Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team." VALUE "OriginalFilename", "cppcheck.exe" VALUE "ProductName", "cppcheck Application" - VALUE "ProductVersion", "1.41" + VALUE "ProductVersion", "1.42" END END BLOCK "VarFileInfo" diff --git a/cli/main.cpp b/cli/main.cpp index 15a8b8cae..c8d7f32da 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.41 + * @version 1.42 * * @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 30677a949..33c47e3ec 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -78,7 +78,7 @@ void CppCheck::clearFiles() const char * CppCheck::version() { - return "1.41"; + return "1.42"; } diff --git a/man/manual.docbook b/man/manual.docbook index c30a20fbc..940d2a4c8 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -3,7 +3,7 @@ "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"> - Cppcheck 1.40 + Cppcheck 1.42 2010-01-17 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index a1f3f85c1..36237912c 100755 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +