From 65da79394471784641568dc4ac5da5466599809d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 19 Sep 2023 15:11:39 +0200 Subject: [PATCH] 2.12.1: Set versions --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- lib/version.h | 2 +- win_installer/productInfo.wxi | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 2908c7efc04..718ad6b05ca 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.12 + * @version 2.12.1 * * @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 dad84dd6a0d..4380c370b28 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,6 +1,6 @@ # Version for libraries CPP # Version string must have 3 "parts". https://sourceforge.net/p/cppcheck/discussion/development/thread/e57efb2b62/ -SET(VERSION "2.12.0") +SET(VERSION "2.12.1") 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 ec7400f6c8f..209f9e4aea6 100644 --- a/lib/version.h +++ b/lib/version.h @@ -4,7 +4,7 @@ #define CPPCHECK_MAJOR_VERSION 2 #define CPPCHECK_MINOR_VERSION 12 #define CPPCHECK_DEVMINOR_VERSION 12 -#define CPPCHECK_FIX_VERSION 0 +#define CPPCHECK_FIX_VERSION 1 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index cef3e5634e2..b7b1d8fac1f 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +