From 59e7a8400be1c9591f0a8e383544804385467356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 19 Dec 2024 12:05:17 +0100 Subject: [PATCH] 2.16.2: Set version --- CMakeLists.txt | 2 +- cli/main.cpp | 2 +- lib/version.h | 2 +- man/manual.md | 2 +- man/reference-cfg-format.md | 2 +- man/writing-addons.md | 2 +- win_installer/productInfo.wxi | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 332974f3f50..a3107c3b31b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) if(MSVC) cmake_minimum_required(VERSION 3.13) endif() -project(Cppcheck VERSION 2.16.1 LANGUAGES CXX) +project(Cppcheck VERSION 2.16.2 LANGUAGES CXX) include(cmake/cxx11.cmake) use_cxx11() diff --git a/cli/main.cpp b/cli/main.cpp index d62fe453222..cb0055b50fe 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.16.1 + * @version 2.16.2 * * @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 5650454f8b8..e0db0e66e99 100644 --- a/lib/version.h +++ b/lib/version.h @@ -25,7 +25,7 @@ #define CPPCHECK_MAJOR_VERSION 2 #define CPPCHECK_MINOR_VERSION 16 #define CPPCHECK_DEVMINOR_VERSION 16 -#define CPPCHECK_BUGFIX_VERSION 1 +#define CPPCHECK_BUGFIX_VERSION 2 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/man/manual.md b/man/manual.md index 6587589d31b..70b74f9b712 100644 --- a/man/manual.md +++ b/man/manual.md @@ -1,6 +1,6 @@ --- title: Cppcheck manual -subtitle: Version 2.16.1 +subtitle: Version 2.16.2 author: Cppcheck team lang: en documentclass: report diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index b78c6d5bacd..25b85e5ce19 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -1,6 +1,6 @@ --- title: Cppcheck .cfg format -subtitle: Version 2.16.1 +subtitle: Version 2.16.2 author: Cppcheck team lang: en documentclass: report diff --git a/man/writing-addons.md b/man/writing-addons.md index 905f982c6b7..1d032d07b0b 100644 --- a/man/writing-addons.md +++ b/man/writing-addons.md @@ -1,6 +1,6 @@ --- title: Writing addons -subtitle: Version 2.16.1 +subtitle: Version 2.16.2 author: Cppcheck team lang: en documentclass: report diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index fa1645c3f90..0761727da99 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +