From 32a2060f1498569036d049e6c2703e15bf171729 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Mon, 2 Apr 2018 15:21:37 +0200 Subject: [PATCH] Set version to 1.83.99/1.84 dev Updated copyright year in version.h --- cli/main.cpp | 2 +- cmake/versions.cmake | 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 46aa92b16..f493903bb 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.83 + * @version 1.83.99 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/cmake/versions.cmake b/cmake/versions.cmake index 07537c93e..7b8d7e246 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.83") +SET(VERSION "1.83.99") STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}") LIST(GET VERSION_PARTS 0 VERSION_MAJOR) LIST(GET VERSION_PARTS 1 VERSION_MINOR) diff --git a/lib/version.h b/lib/version.h index 5fedfa4bc..4f64e7209 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,6 +1,6 @@ #define CPPCHECK_MAJOR 1 #define CPPCHECK_MINOR 83 -#define CPPCHECK_DEVMINOR 83 +#define CPPCHECK_DEVMINOR 84 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER @@ -11,4 +11,4 @@ #define CPPCHECK_VERSION_STRING STRINGIFY(CPPCHECK_MAJOR) "." STRINGIFY(CPPCHECK_DEVMINOR) " dev" #define CPPCHECK_VERSION CPPCHECK_MAJOR,CPPCHECK_MINOR,99,0 #endif -#define LEGALCOPYRIGHT L"Copyright (C) 2007-2017 Cppcheck team." +#define LEGALCOPYRIGHT L"Copyright (C) 2007-2018 Cppcheck team." diff --git a/man/manual.docbook b/man/manual.docbook index 60b3e77d5..fd53aed63 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.83 + Cppcheck 1.84 dev 2018-01-21 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 7937eee77..3eea82026 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +