diff --git a/cli/cppcheck.rc b/cli/cppcheck.rc index 58dd96678..65948ebf5 100644 --- a/cli/cppcheck.rc +++ b/cli/cppcheck.rc @@ -56,8 +56,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,48,0,0 - PRODUCTVERSION 1,48,0,0 + FILEVERSION 1,49,0,0 + PRODUCTVERSION 1,49,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -73,12 +73,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "cppcheck Application" - VALUE "FileVersion", "1.48" + VALUE "FileVersion", "1.49" VALUE "InternalName", "cppcheck" VALUE "LegalCopyright", "Copyright (C) 2007-2011 Daniel Marjamäki and Cppcheck team." VALUE "OriginalFilename", "cppcheck.exe" VALUE "ProductName", "cppcheck Application" - VALUE "ProductVersion", "1.48" + VALUE "ProductVersion", "1.49" END END BLOCK "VarFileInfo" diff --git a/cli/main.cpp b/cli/main.cpp index d29c5719b..e4d7128e1 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.48 + * @version 1.49 * * @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 55abd204b..19402bce4 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -56,7 +56,7 @@ void CppCheck::settings(const Settings ¤tSettings) const char * CppCheck::version() { - return "1.48"; + return "1.49"; } unsigned int CppCheck::check(const std::string &path) diff --git a/man/manual.docbook b/man/manual.docbook index 48b1446f0..e570e52d6 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.48 + Cppcheck 1.49 2011-02-06 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index e2b043157..906eba823 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +