1.65: Set version
This commit is contained in:
parent
b3cc3bf8e7
commit
c0131eea9e
|
@ -20,7 +20,7 @@
|
|||
/**
|
||||
*
|
||||
* @mainpage Cppcheck
|
||||
* @version 1.64.99
|
||||
* @version 1.65
|
||||
*
|
||||
* @section overview_sec Overview
|
||||
* Cppcheck is a simple tool for static analysis of C/C++ code.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#define CPPCHECK_VERSION_STRING "1.65 dev"
|
||||
#define CPPCHECK_VERSION 1,64,99,0
|
||||
#define CPPCHECK_VERSION_STRING "1.65"
|
||||
#define CPPCHECK_VERSION 1,65,0,0
|
||||
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2014 Daniel Marjam\x00E4ki and Cppcheck team."
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>Cppcheck 1.65 dev</title>
|
||||
<title>Cppcheck 1.65</title>
|
||||
|
||||
<date>2013-12-23</date>
|
||||
</bookinfo>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
<?define ProductName = "Cppcheck 1.65 dev" ?>
|
||||
<?define ProductName = "Cppcheck 1.65" ?>
|
||||
<?define ProductNameShort = "Cppcheck" ?>
|
||||
<?define ProductVersion = "1.64.99" ?>
|
||||
<?define ProductVersion = "1.65" ?>
|
||||
|
||||
<?define ProductManufacturer = "The Cppcheck team" ?>
|
||||
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>
|
||||
|
|
Loading…
Reference in New Issue