From 2536746d025a0cad4d8d39ad1280c3b409955c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 30 Jun 2012 18:08:27 +0200 Subject: [PATCH] 1.55: Set version --- cli/cppcheck.rc | 4 ++-- cli/main.cpp | 2 +- lib/cppcheck.cpp | 2 +- man/manual.docbook | 2 +- win_installer/productInfo.wxi | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/cppcheck.rc b/cli/cppcheck.rc index b8826249c..175c772c9 100644 --- a/cli/cppcheck.rc +++ b/cli/cppcheck.rc @@ -73,12 +73,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "cppcheck Application" - VALUE "FileVersion", "1.55 dev" + VALUE "FileVersion", "1.55" 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.55 dev" + VALUE "ProductVersion", "1.55" END END BLOCK "VarFileInfo" diff --git a/cli/main.cpp b/cli/main.cpp index 9d8c4cc98..3bd81edf1 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.54 + * @version 1.55 * * @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 d74cc52af..a27c6bb1f 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -34,7 +34,7 @@ #include #endif -static const char Version[] = "1.55 dev"; +static const char Version[] = "1.55"; static const char ExtraVersion[] = ""; static TimerResults S_timerResults; diff --git a/man/manual.docbook b/man/manual.docbook index d2ee1ad72..e172c08b3 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.55 dev + Cppcheck 1.55 2012-04-08 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 9faa6655e..f8eaa4072 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +