1.47: Updated versions

This commit is contained in:
Daniel Marjamäki 2011-02-06 12:05:42 +01:00
parent 5895b8f78c
commit 4a7c56f970
4 changed files with 8 additions and 8 deletions

View File

@ -56,8 +56,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,46,0,0
PRODUCTVERSION 1,46,0,0
FILEVERSION 1,47,0,0
PRODUCTVERSION 1,47,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -73,12 +73,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "cppcheck Application"
VALUE "FileVersion", "1.46"
VALUE "FileVersion", "1.47"
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.46"
VALUE "ProductVersion", "1.47"
END
END
BLOCK "VarFileInfo"

View File

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

View File

@ -73,7 +73,7 @@ void CppCheck::clearFiles()
const char * CppCheck::version()
{
return "1.46";
return "1.47";
}
unsigned int CppCheck::check()

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Cppcheck 1.46" ?>
<?define ProductName = "Cppcheck 1.47" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "1.46.0" ?>
<?define ProductVersion = "1.47.0" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>