1.58: Set versions

This commit is contained in:
Daniel Marjamäki 2013-01-12 14:49:44 +01:00
parent 7d31c2257d
commit 3057078571
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,3 @@
#define CPPCHECK_VERSION_STRING "1.58 dev"
#define CPPCHECK_VERSION 1,57,99,0
#define CPPCHECK_VERSION_STRING "1.58"
#define CPPCHECK_VERSION 1,58,0,0
#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">
<book>
<bookinfo>
<title>Cppcheck 1.58 dev</title>
<title>Cppcheck 1.58</title>
<date>2013-01-12</date>
</bookinfo>

View File

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