Set version to "1.64 dev"/1.63.99. Use version.h in cppcheck.cpp.

This commit is contained in:
PKEuS 2014-01-04 10:41:13 +01:00
parent e133bdded6
commit 55f68535b2
5 changed files with 9 additions and 8 deletions

View File

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

View File

@ -28,13 +28,14 @@
#include <sstream>
#include <stdexcept>
#include "timer.h"
#include "version.h"
#ifdef HAVE_RULES
#define PCRE_STATIC
#include <pcre.h>
#endif
static const char Version[] = "1.63";
static const char Version[] = CPPCHECK_VERSION_STRING;
static const char ExtraVersion[] = "";
static TimerResults S_timerResults;

View File

@ -1,3 +1,3 @@
#define CPPCHECK_VERSION_STRING "1.63"
#define CPPCHECK_VERSION 1,63,0,0
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2013 Daniel Marjam\x00E4ki and Cppcheck team."
#define CPPCHECK_VERSION_STRING "1.64 dev"
#define CPPCHECK_VERSION 1,63,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.63</title>
<title>Cppcheck 1.64 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.63" ?>
<?define ProductName = "Cppcheck 1.64 dev" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "1.63" ?>
<?define ProductVersion = "1.63.99" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>