From c2a1c5fe852ba39488df3374dce288269807b140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Sun, 21 Apr 2024 15:58:08 +0200 Subject: [PATCH] bumped version to 2.14.99/2.15 (#6319) --- CMakeLists.txt | 2 +- cli/main.cpp | 2 +- lib/version.h | 4 ++-- man/manual.md | 2 +- man/reference-cfg-format.md | 2 +- man/writing-addons.md | 2 +- win_installer/productInfo.wxi | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f67a7691d62..b601f856472 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ if (MSVC) cmake_minimum_required(VERSION 3.13) endif() cmake_policy(SET CMP0048 NEW) # allow VERSION in project() -project(Cppcheck VERSION 2.13.99 LANGUAGES CXX) +project(Cppcheck VERSION 2.14.99 LANGUAGES CXX) include(cmake/cxx11.cmake) use_cxx11() diff --git a/cli/main.cpp b/cli/main.cpp index e0670f676f5..1fb413588ac 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.13.99 + * @version 2.14.99 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/lib/version.h b/lib/version.h index 73694725bfa..fecb5831973 100644 --- a/lib/version.h +++ b/lib/version.h @@ -5,8 +5,8 @@ #define versionH #define CPPCHECK_MAJOR_VERSION 2 -#define CPPCHECK_MINOR_VERSION 13 -#define CPPCHECK_DEVMINOR_VERSION 14 +#define CPPCHECK_MINOR_VERSION 14 +#define CPPCHECK_DEVMINOR_VERSION 15 #define CPPCHECK_BUGFIX_VERSION 99 #define STRINGIFY(x) STRING(x) diff --git a/man/manual.md b/man/manual.md index 421daf1112f..08ff45a5009 100644 --- a/man/manual.md +++ b/man/manual.md @@ -1,6 +1,6 @@ --- title: Cppcheck manual -subtitle: Version 2.13.99 +subtitle: Version 2.14.99 author: Cppcheck team lang: en documentclass: report diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 8c7d21285fe..29aa4fcbf4d 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -1,6 +1,6 @@ --- title: Cppcheck .cfg format -subtitle: Version 2.13.99 +subtitle: Version 2.14.99 author: Cppcheck team lang: en documentclass: report diff --git a/man/writing-addons.md b/man/writing-addons.md index acd1cf9de83..801b3c37527 100644 --- a/man/writing-addons.md +++ b/man/writing-addons.md @@ -1,6 +1,6 @@ --- title: Writing addons -subtitle: Version 2.13.99 +subtitle: Version 2.14.99 author: Cppcheck team lang: en documentclass: report diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 0d9a8fa70bb..898382254a2 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +