1.66: Set version

This commit is contained in:
Daniel Marjamäki 2014-08-02 11:58:30 +02:00
parent e486e8cc62
commit 1c8c26a488
4 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@
/** /**
* *
* @mainpage Cppcheck * @mainpage Cppcheck
* @version 1.65.99 * @version 1.66
* *
* @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

@ -1,3 +1,3 @@
#define CPPCHECK_VERSION_STRING "1.66 dev" #define CPPCHECK_VERSION_STRING "1.66"
#define CPPCHECK_VERSION 1,65,99,0 #define CPPCHECK_VERSION 1,66,0,0
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2014 Daniel Marjam\x00E4ki and Cppcheck team." #define LEGALCOPYRIGHT L"Copyright (C) 2007-2014 Daniel Marjam\x00E4ki and Cppcheck team."

View File

@ -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.66 dev</title> <title>Cppcheck 1.66</title>
<date>2013-12-23</date> <date>2013-12-23</date>
</bookinfo> </bookinfo>
@ -302,7 +302,7 @@ cppcheck -DA --force file.c</programlisting>
<programlisting>&lt;?xml version="1.0" encoding="UTF-8"?&gt; <programlisting>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;results version="2"&gt; &lt;results version="2"&gt;
&lt;cppcheck version="1.53"&gt; &lt;cppcheck version="1.66"&gt;
&lt;errors&gt; &lt;errors&gt;
&lt;error id="someError" severity="error" msg="short error text" &lt;error id="someError" severity="error" msg="short error text"
verbose="long error text" inconclusive="true"&gt; verbose="long error text" inconclusive="true"&gt;

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.66 dev" ?> <?define ProductName = "Cppcheck 1.66" ?>
<?define ProductNameShort = "Cppcheck" ?> <?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "1.65.99" ?> <?define ProductVersion = "1.66" ?>
<?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" ?>