From 4cd2fad2bf1625e60744d72d7f03b5d3ab668c1d Mon Sep 17 00:00:00 2001 From: PKEuS Date: Sat, 12 Oct 2013 18:22:59 +0200 Subject: [PATCH] Set version to 1.63 dev --- cli/main.cpp | 2 +- lib/cppcheck.cpp | 2 +- lib/version.h | 4 ++-- man/manual.docbook | 2 +- win_installer/productInfo.wxi | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 5a2ce1c7b..b5bc7a795 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.62 + * @version 1.62.99 * * @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 e2871d77b..9d7da8ec9 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -34,7 +34,7 @@ #include #endif -static const char Version[] = "1.62"; +static const char Version[] = "1.63 dev"; static const char ExtraVersion[] = ""; static TimerResults S_timerResults; diff --git a/lib/version.h b/lib/version.h index baafda8b7..478e781fd 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,3 +1,3 @@ -#define CPPCHECK_VERSION_STRING "1.62" -#define CPPCHECK_VERSION 1,62,0,0 +#define CPPCHECK_VERSION_STRING "1.63 dev" +#define CPPCHECK_VERSION 1,62,99,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 f8937a8de..072751ddd 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.62 + Cppcheck 1.63 dev 2013-07-14 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index a5cdf3dc5..95a134ec7 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +