Incremented version numbers to 1.57 dev

This commit is contained in:
PKEuS 2012-09-01 13:04:09 +02:00
parent edb9989545
commit dcf997007b
4 changed files with 8 additions and 8 deletions

View File

@ -56,8 +56,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,56,0,0
PRODUCTVERSION 1,56,0,0
FILEVERSION 0,0,0,0
PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS (0x1L|VS_FF_PRERELEASE)
@ -73,12 +73,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "cppcheck Application"
VALUE "FileVersion", "1.56"
VALUE "FileVersion", "1.57 dev"
VALUE "InternalName", "cppcheck"
VALUE "LegalCopyright", "Copyright (C) 2007-2012 Daniel Marjamäki and Cppcheck team."
VALUE "OriginalFilename", "cppcheck.exe"
VALUE "ProductName", "cppcheck Application"
VALUE "ProductVersion", "1.56"
VALUE "ProductVersion", "1.57 dev"
END
END
BLOCK "VarFileInfo"

View File

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

View File

@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book>
<bookinfo>
<title>Cppcheck 1.56</title>
<title>Cppcheck 1.57 dev</title>
<date>2012-04-08</date>
</bookinfo>

View File

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