From d94bc4c89f1c23a107fa45e6adc9fa193322f6ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 6 Dec 2009 13:34:51 +0100 Subject: [PATCH] version 1.39 --- cli/cppcheck.rc | 8 ++++---- cli/main.cpp | 2 +- createrelease | 2 +- lib/cppcheck.cpp | 2 +- win_installer/cli.wxs | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/cppcheck.rc b/cli/cppcheck.rc index 329998e45..9ac1529f3 100644 --- a/cli/cppcheck.rc +++ b/cli/cppcheck.rc @@ -56,8 +56,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,28,0,0 - PRODUCTVERSION 1,28,0,0 + FILEVERSION 1,39,0,0 + PRODUCTVERSION 1,39,0,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -73,12 +73,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "cppcheck Application" - VALUE "FileVersion", "1.28" + VALUE "FileVersion", "1.39" VALUE "InternalName", "cppcheck" VALUE "LegalCopyright", "Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team." VALUE "OriginalFilename", "cppcheck.exe" VALUE "ProductName", "cppcheck Application" - VALUE "ProductVersion", "1.28" + VALUE "ProductVersion", "1.39" END END BLOCK "VarFileInfo" diff --git a/cli/main.cpp b/cli/main.cpp index e68972935..4544e78f4 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.38 + * @version 1.39 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/createrelease b/createrelease index 8f879fe51..ec8babe61 100755 --- a/createrelease +++ b/createrelease @@ -11,7 +11,7 @@ # - win_installer/gui.wxs # Tag to use -tag=1.38 +tag=1.39 # Name of release releasename=cppcheck-$tag diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 391ff57c8..c8c078df2 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -77,7 +77,7 @@ void CppCheck::clearFiles() const char * CppCheck::version() { - return "1.38"; + return "1.39"; } void CppCheck::parseFromArgs(int argc, const char* const argv[]) diff --git a/win_installer/cli.wxs b/win_installer/cli.wxs index 3645fecdf..83b8d9bb4 100755 --- a/win_installer/cli.wxs +++ b/win_installer/cli.wxs @@ -1,6 +1,6 @@ - - + +