From faaabc74a79c4b653d80023a1d4a8fe43ad07776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 29 Jun 2019 08:38:13 +0200 Subject: [PATCH] Set version 1.88 --- cli/main.cpp | 2 +- cmake/versions.cmake | 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 23cbf6b84..be1e0550a 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.87.99 + * @version 1.88 * * @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 c07c3de36..7af1fcac2 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.87.99") +SET(VERSION "1.88") 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 f47fa39af..507bb8c5c 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,5 +1,5 @@ #define CPPCHECK_MAJOR 1 -#define CPPCHECK_MINOR 87 +#define CPPCHECK_MINOR 88 #define CPPCHECK_DEVMINOR 88 #define STRINGIFY(x) STRING(x) diff --git a/man/manual.docbook b/man/manual.docbook index caccabd5c..fbf7c74b0 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.88 dev + Cppcheck 1.88 2018-04-23 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index a7d683957..0403dc9d7 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +