1.54: updated version numbers
This commit is contained in:
parent
ee67dc136d
commit
3ddbcc7fbe
|
@ -56,8 +56,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,53,0,0
|
||||
PRODUCTVERSION 1,53,0,0
|
||||
FILEVERSION 1,54,0,0
|
||||
PRODUCTVERSION 1,54,0,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -73,12 +73,12 @@ BEGIN
|
|||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "cppcheck Application"
|
||||
VALUE "FileVersion", "1.53"
|
||||
VALUE "FileVersion", "1.54"
|
||||
VALUE "InternalName", "cppcheck"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2007-2012 Daniel Marjamäki and Cppcheck team."
|
||||
VALUE "OriginalFilename", "cppcheck.exe"
|
||||
VALUE "ProductName", "cppcheck Application"
|
||||
VALUE "ProductVersion", "1.53"
|
||||
VALUE "ProductVersion", "1.54"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
/**
|
||||
*
|
||||
* @mainpage Cppcheck
|
||||
* @version 1.53
|
||||
* @version 1.54
|
||||
*
|
||||
* @section overview_sec Overview
|
||||
* Cppcheck is a simple tool for static analysis of C/C++ code.
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <pcre.h>
|
||||
#endif
|
||||
|
||||
static const char Version[] = "1.53";
|
||||
static const char Version[] = "1.54";
|
||||
static const char ExtraVersion[] = "";
|
||||
|
||||
static TimerResults S_timerResults;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>Cppcheck 1.53</title>
|
||||
<title>Cppcheck 1.54</title>
|
||||
|
||||
<date>2012-04-08</date>
|
||||
</bookinfo>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
<?define ProductName = "Cppcheck 1.53" ?>
|
||||
<?define ProductName = "Cppcheck 1.54" ?>
|
||||
<?define ProductNameShort = "Cppcheck" ?>
|
||||
<?define ProductVersion = "1.53.0" ?>
|
||||
<?define ProductVersion = "1.54.0" ?>
|
||||
|
||||
<?define ProductManufacturer = "The Cppcheck team" ?>
|
||||
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>
|
||||
|
|
Loading…
Reference in New Issue