1.50: Updated version

This commit is contained in:
Daniel Marjamäki 2011-08-14 08:08:37 +02:00
parent 136c617a99
commit 3a260822ad
5 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
]>
<book>
<bookinfo>
<title>Cppcheck 1.49</title>
<title>Cppcheck 1.50</title>
<date>2011-02-06</date>
</bookinfo>

View File

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