Set version to 1.62 dev

This commit is contained in:
PKEuS 2013-08-03 19:54:39 +02:00
parent f1285a0184
commit 219f6546d3
5 changed files with 7 additions and 7 deletions

View File

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

@ -34,7 +34,7 @@
#include <pcre.h> #include <pcre.h>
#endif #endif
static const char Version[] = "1.61"; static const char Version[] = "1.62 dev";
static const char ExtraVersion[] = ""; static const char ExtraVersion[] = "";
static TimerResults S_timerResults; static TimerResults S_timerResults;

View File

@ -1,3 +1,3 @@
#define CPPCHECK_VERSION_STRING "1.61" #define CPPCHECK_VERSION_STRING "1.61 dev"
#define CPPCHECK_VERSION 1,61,0,0 #define CPPCHECK_VERSION 1,61,99,0
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2013 Daniel Marjam\x00E4ki and Cppcheck team." #define LEGALCOPYRIGHT L"Copyright (C) 2007-2013 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.61</title> <title>Cppcheck 1.62 dev</title>
<date>2013-07-14</date> <date>2013-07-14</date>
</bookinfo> </bookinfo>

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.61" ?> <?define ProductName = "Cppcheck 1.62 dev" ?>
<?define ProductNameShort = "Cppcheck" ?> <?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "1.61" ?> <?define ProductVersion = "1.61.99" ?>
<?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" ?>