diff --git a/cli/cppcheck.rc b/cli/cppcheck.rc index 9ac1529f3..737f792fd 100644 --- a/cli/cppcheck.rc +++ b/cli/cppcheck.rc @@ -56,8 +56,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,39,0,0 - PRODUCTVERSION 1,39,0,0 + FILEVERSION 1,40,0,0 + PRODUCTVERSION 1,40,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -73,12 +73,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "cppcheck Application" - VALUE "FileVersion", "1.39" + VALUE "FileVersion", "1.40" VALUE "InternalName", "cppcheck" - VALUE "LegalCopyright", "Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team." + VALUE "LegalCopyright", "Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team." VALUE "OriginalFilename", "cppcheck.exe" VALUE "ProductName", "cppcheck Application" - VALUE "ProductVersion", "1.39" + VALUE "ProductVersion", "1.40" END END BLOCK "VarFileInfo" diff --git a/cli/main.cpp b/cli/main.cpp index 4544e78f4..0f2c7ce05 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.39 + * @version 1.40 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/createrelease b/createrelease index ec8babe61..bab1d8be3 100755 --- a/createrelease +++ b/createrelease @@ -11,7 +11,7 @@ # - win_installer/gui.wxs # Tag to use -tag=1.39 +tag=1.40 # Name of release releasename=cppcheck-$tag diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 528cf4cca..5dc83b6b6 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -78,7 +78,7 @@ void CppCheck::clearFiles() const char * CppCheck::version() { - return "1.39"; + return "1.40"; } void CppCheck::parseFromArgs(int argc, const char* const argv[]) diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index ad15f6ac5..2ddf7a543 100755 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +