Incremented version to "1.58 dev" (1.57.99)
This commit is contained in:
parent
7efa0a8774
commit
dc3eba964b
|
@ -34,7 +34,7 @@
|
|||
#include <pcre.h>
|
||||
#endif
|
||||
|
||||
static const char Version[] = "1.57";
|
||||
static const char Version[] = "1.58 dev";
|
||||
static const char ExtraVersion[] = "";
|
||||
|
||||
static TimerResults S_timerResults;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#define CPPCHECK_VERSION_STRING "1.57"
|
||||
#define CPPCHECK_VERSION 1,57,0,0
|
||||
#define CPPCHECK_VERSION_STRING "1.58 dev"
|
||||
#define CPPCHECK_VERSION 1,57,99,0
|
||||
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2012 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.57</title>
|
||||
<title>Cppcheck 1.58 dev</title>
|
||||
|
||||
<date>2012-04-08</date>
|
||||
</bookinfo>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
<?define ProductName = "Cppcheck 1.57" ?>
|
||||
<?define ProductName = "Cppcheck 1.58 dev" ?>
|
||||
<?define ProductNameShort = "Cppcheck" ?>
|
||||
<?define ProductVersion = "1.57" ?>
|
||||
<?define ProductVersion = "1.57.99" ?>
|
||||
|
||||
<?define ProductManufacturer = "The Cppcheck team" ?>
|
||||
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>
|
||||
|
|
Loading…
Reference in New Issue