From 1a460d7bc03226b21fba672e339dbc953fed9715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Sun, 29 Jan 2023 15:18:22 +0100 Subject: [PATCH] bumped version to 2.11 (#4751) --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- lib/version.h | 4 ++-- man/manual.md | 2 +- man/reference-cfg-format.md | 2 +- man/writing-addons.md | 2 +- releasenotes.txt | 7 +------ win_installer/productInfo.wxi | 4 ++-- 8 files changed, 10 insertions(+), 15 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 32494137a..eb5a648ba 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.10.99 + * @version 2.11.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 5247a7bce..b8f1c7fe0 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "2.10.99") +SET(VERSION "2.11.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 1d8fcabc6..1c3cab782 100644 --- a/lib/version.h +++ b/lib/version.h @@ -2,8 +2,8 @@ // After a release the DEVMINOR is incremented. MAJOR=x MINOR=y, DEVMINOR=y+1 #define CPPCHECK_MAJOR 2 -#define CPPCHECK_MINOR 9 -#define CPPCHECK_DEVMINOR 10 +#define CPPCHECK_MINOR 10 +#define CPPCHECK_DEVMINOR 11 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/man/manual.md b/man/manual.md index 36c190594..584707873 100644 --- a/man/manual.md +++ b/man/manual.md @@ -1,6 +1,6 @@ --- title: Cppcheck manual -subtitle: Version 2.10 +subtitle: Version 2.11 author: Cppcheck team lang: en documentclass: report diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 657798c3a..f04315499 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -1,6 +1,6 @@ --- title: Cppcheck .cfg format -subtitle: Version 2.10 +subtitle: Version 2.11 author: Cppcheck team lang: en documentclass: report diff --git a/man/writing-addons.md b/man/writing-addons.md index d5dbfc680..99a02702c 100644 --- a/man/writing-addons.md +++ b/man/writing-addons.md @@ -1,6 +1,6 @@ --- title: Writing addons -subtitle: Version 2.10 +subtitle: Version 2.11 author: Cppcheck team lang: en documentclass: report diff --git a/releasenotes.txt b/releasenotes.txt index 2327e97d0..3e413823b 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,7 +1,2 @@ -release notes for cppcheck-2.10 +release notes for cppcheck-2.11 -- the deprecated Makefile option SRCDIR is no longer accepted -- if the file provided via "--file-list" cannot be opened it will now error out -- add command-line option "--disable=" to individually disable checks -- added CMake option BUILD_CORE_DLL to build lib as cppcheck-core.dll with Visual Studio -- Windows binaries currently default to the "win32A" and "win64" platform respectively. Starting with Cppcheck 2.13 they will default to 'native' instead. Please specify '--platform=win32A' or '--platform=win64' explicitly if you rely on this. diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 58bf57e05..8962fe14e 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +