From c7339285052d0f549a347429a6ea1bc3111fe522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 29 Mar 2013 18:06:13 +0100 Subject: [PATCH] 1.59: Set versions --- cli/main.cpp | 2 +- lib/cppcheck.cpp | 2 +- lib/version.h | 2 +- man/manual.docbook | 2 +- win_installer/productInfo.wxi | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 4b81f8c41..374cbd81f 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.58 + * @version 1.59 * * @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 b0848b027..b0260a21a 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -34,7 +34,7 @@ #include #endif -static const char Version[] = "1.59 dev"; +static const char Version[] = "1.59"; static const char ExtraVersion[] = ""; static TimerResults S_timerResults; diff --git a/lib/version.h b/lib/version.h index a50b51db0..a1f163d1a 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,3 +1,3 @@ #define CPPCHECK_VERSION_STRING "1.59" -#define CPPCHECK_VERSION 1,58,99,0 +#define CPPCHECK_VERSION 1,59,0,0 #define LEGALCOPYRIGHT L"Copyright (C) 2007-2013 Daniel Marjam\x00E4ki and Cppcheck team." diff --git a/man/manual.docbook b/man/manual.docbook index 1199b0825..ebe25b4a3 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.59 dev + Cppcheck 1.59 2013-01-12 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 32c6782b0..930263268 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +