Incremented version to 1.65dev/1.64.99

This commit is contained in:
PKEuS 2014-03-03 15:07:54 +01:00
parent 26ca885f95
commit 470f1579c1
4 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@
/**
*
* @mainpage Cppcheck
* @version 1.64
* @version 1.64.99
*
* @section overview_sec Overview
* Cppcheck is a simple tool for static analysis of C/C++ code.

View File

@ -1,3 +1,3 @@
#define CPPCHECK_VERSION_STRING "1.64"
#define CPPCHECK_VERSION 1,64,0,0
#define CPPCHECK_VERSION_STRING "1.65 dev"
#define CPPCHECK_VERSION 1,64,99,0
#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">
<book>
<bookinfo>
<title>Cppcheck 1.64</title>
<title>Cppcheck 1.65 dev</title>
<date>2013-12-23</date>
</bookinfo>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Cppcheck 1.64" ?>
<?define ProductName = "Cppcheck 1.65 dev" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "1.64" ?>
<?define ProductVersion = "1.64.99" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>