From b8db27fcd1fc59c86c511fdf4d72e9c9b5c21451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 1 Sep 2012 10:54:15 +0200 Subject: [PATCH] 1.56: Set versions --- cli/cppcheck.rc | 8 ++++---- cli/main.cpp | 2 +- lib/cppcheck.cpp | 2 +- man/manual.docbook | 2 +- win_installer/productInfo.wxi | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/cppcheck.rc b/cli/cppcheck.rc index 95e68e0eb..69104fc7e 100644 --- a/cli/cppcheck.rc +++ b/cli/cppcheck.rc @@ -56,8 +56,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,0,0 - PRODUCTVERSION 0,0,0,0 + FILEVERSION 1,56,0,0 + PRODUCTVERSION 1,56,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 dev" + VALUE "FileVersion", "1.56" 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 dev" + VALUE "ProductVersion", "1.56" END END BLOCK "VarFileInfo" diff --git a/cli/main.cpp b/cli/main.cpp index 3bd81edf1..019f2c47a 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.55 + * @version 1.56 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 867e0beda..b1b3a6c5a 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -34,7 +34,7 @@ #include #endif -static const char Version[] = "1.56 dev"; +static const char Version[] = "1.56"; static const char ExtraVersion[] = ""; static TimerResults S_timerResults; diff --git a/man/manual.docbook b/man/manual.docbook index 628bb4afa..c3fe98cb0 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> - Cppcheck 1.56 dev + Cppcheck 1.56 2012-04-08 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 60fd651b9..2320b97b9 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +