updated version to 1.42

This commit is contained in:
Daniel Marjamäki 2010-03-09 19:05:28 +01:00
parent 318d831f88
commit 0f43ce4743
5 changed files with 9 additions and 9 deletions

View File

@ -56,8 +56,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,41,0,0 FILEVERSION 1,42,0,0
PRODUCTVERSION 1,41,0,0 PRODUCTVERSION 1,42,0,0
FILEFLAGSMASK 0x17L FILEFLAGSMASK 0x17L
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -73,12 +73,12 @@ BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "FileDescription", "cppcheck Application" VALUE "FileDescription", "cppcheck Application"
VALUE "FileVersion", "1.41" VALUE "FileVersion", "1.42"
VALUE "InternalName", "cppcheck" VALUE "InternalName", "cppcheck"
VALUE "LegalCopyright", "Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team." VALUE "LegalCopyright", "Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team."
VALUE "OriginalFilename", "cppcheck.exe" VALUE "OriginalFilename", "cppcheck.exe"
VALUE "ProductName", "cppcheck Application" VALUE "ProductName", "cppcheck Application"
VALUE "ProductVersion", "1.41" VALUE "ProductVersion", "1.42"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -20,7 +20,7 @@
/** /**
* *
* @mainpage Cppcheck * @mainpage Cppcheck
* @version 1.41 * @version 1.42
* *
* @section overview_sec Overview * @section overview_sec Overview
* Cppcheck is a simple tool for static analysis of C/C++ code. * Cppcheck is a simple tool for static analysis of C/C++ code.

View File

@ -78,7 +78,7 @@ void CppCheck::clearFiles()
const char * CppCheck::version() const char * CppCheck::version()
{ {
return "1.41"; return "1.42";
} }

View File

@ -3,7 +3,7 @@
"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"> "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd">
<book> <book>
<bookinfo> <bookinfo>
<title>Cppcheck 1.40</title> <title>Cppcheck 1.42</title>
<date>2010-01-17</date> <date>2010-01-17</date>
</bookinfo> </bookinfo>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Include> <Include>
<?define ProductName = "Cppcheck 1.41" ?> <?define ProductName = "Cppcheck 1.42" ?>
<?define ProductNameShort = "Cppcheck" ?> <?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "1.41.0" ?> <?define ProductVersion = "1.42.0" ?>
<?define ProductGUID = "{7214EC4C-8F10-4E56-8E99-0B9908E68774}" ?> <?define ProductGUID = "{7214EC4C-8F10-4E56-8E99-0B9908E68774}" ?>
<?define ProductUpgradeCode = "{7E94124C-1CD1-433F-9423-4614E52300DD}" ?> <?define ProductUpgradeCode = "{7E94124C-1CD1-433F-9423-4614E52300DD}" ?>
<?define cppcheckGUID = "1c31dd76-07fa-4420-b9b5-5463742d6a48" ?> <?define cppcheckGUID = "1c31dd76-07fa-4420-b9b5-5463742d6a48" ?>