From 5f8fa176ac668b4a4bdf05bc553e26b69227c92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 17 Jun 2024 09:37:35 +0200 Subject: [PATCH] 2.14.2: Set version --- cli/main.cpp | 2 +- lib/version.h | 2 +- win_installer/productInfo.wxi | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 4cabb0537d3..6b290bd0f79 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.14.1 + * @version 2.14.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 78aded14c45..f1db6c87ba2 100644 --- a/lib/version.h +++ b/lib/version.h @@ -7,7 +7,7 @@ #define CPPCHECK_MAJOR_VERSION 2 #define CPPCHECK_MINOR_VERSION 14 #define CPPCHECK_DEVMINOR_VERSION 14 -#define CPPCHECK_BUGFIX_VERSION 1 +#define CPPCHECK_BUGFIX_VERSION 2 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index b39b8c15f27..54a4c4b233c 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +