1.51: Updated versions
This commit is contained in:
parent
37d4a01dcb
commit
5c08979920
|
@ -56,8 +56,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,50,0,0
|
FILEVERSION 1,51,0,0
|
||||||
PRODUCTVERSION 1,50,0,0
|
PRODUCTVERSION 1,51,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.50"
|
VALUE "FileVersion", "1.51"
|
||||||
VALUE "InternalName", "cppcheck"
|
VALUE "InternalName", "cppcheck"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2007-2011 Daniel Marjamäki and Cppcheck team."
|
VALUE "LegalCopyright", "Copyright (C) 2007-2011 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.50"
|
VALUE "ProductVersion", "1.51"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @mainpage Cppcheck
|
* @mainpage Cppcheck
|
||||||
* @version 1.50
|
* @version 1.51
|
||||||
*
|
*
|
||||||
* @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.
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#include <pcre.h>
|
#include <pcre.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char Version[] = "1.50";
|
static const char Version[] = "1.51";
|
||||||
static const char ExtraVersion[] = "";
|
static const char ExtraVersion[] = "";
|
||||||
|
|
||||||
static TimerResults S_timerResults;
|
static TimerResults S_timerResults;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Include>
|
<Include>
|
||||||
<?define ProductName = "Cppcheck 1.50" ?>
|
<?define ProductName = "Cppcheck 1.51" ?>
|
||||||
<?define ProductNameShort = "Cppcheck" ?>
|
<?define ProductNameShort = "Cppcheck" ?>
|
||||||
<?define ProductVersion = "1.50.0" ?>
|
<?define ProductVersion = "1.51.0" ?>
|
||||||
|
|
||||||
<?define ProductManufacturer = "The Cppcheck team" ?>
|
<?define ProductManufacturer = "The Cppcheck team" ?>
|
||||||
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>
|
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>
|
||||||
|
|
Loading…
Reference in New Issue