1.55: Set version
This commit is contained in:
parent
9716c059f5
commit
2536746d02
|
@ -73,12 +73,12 @@ BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileDescription", "cppcheck Application"
|
VALUE "FileDescription", "cppcheck Application"
|
||||||
VALUE "FileVersion", "1.55 dev"
|
VALUE "FileVersion", "1.55"
|
||||||
VALUE "InternalName", "cppcheck"
|
VALUE "InternalName", "cppcheck"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2007-2012 Daniel Marjamäki and Cppcheck team."
|
VALUE "LegalCopyright", "Copyright (C) 2007-2012 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.55 dev"
|
VALUE "ProductVersion", "1.55"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @mainpage Cppcheck
|
* @mainpage Cppcheck
|
||||||
* @version 1.54
|
* @version 1.55
|
||||||
*
|
*
|
||||||
* @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.
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
#include <pcre.h>
|
#include <pcre.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char Version[] = "1.55 dev";
|
static const char Version[] = "1.55";
|
||||||
static const char ExtraVersion[] = "";
|
static const char ExtraVersion[] = "";
|
||||||
|
|
||||||
static TimerResults S_timerResults;
|
static TimerResults S_timerResults;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||||
<book>
|
<book>
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>Cppcheck 1.55 dev</title>
|
<title>Cppcheck 1.55</title>
|
||||||
|
|
||||||
<date>2012-04-08</date>
|
<date>2012-04-08</date>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Include>
|
<Include>
|
||||||
<?define ProductName = "Cppcheck 1.55 dev" ?>
|
<?define ProductName = "Cppcheck 1.55" ?>
|
||||||
<?define ProductNameShort = "Cppcheck" ?>
|
<?define ProductNameShort = "Cppcheck" ?>
|
||||||
<?define ProductVersion = "1.55.dev" ?>
|
<?define ProductVersion = "1.55" ?>
|
||||||
|
|
||||||
<?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