From e0bdda0028cb828aa8019ca940d2bfef595f990d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 28 Jan 2023 10:41:10 +0100 Subject: [PATCH] 2.10: Set versions --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- lib/version.h | 2 +- win_installer/productInfo.wxi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 32494137a19..9cffbf1354c 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.10.99 + * @version 2.10 * * @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 5247a7bce28..42f7a94a758 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.10") 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 1d8fcabc623..025f5ddffa3 100644 --- a/lib/version.h +++ b/lib/version.h @@ -2,7 +2,7 @@ // After a release the DEVMINOR is incremented. MAJOR=x MINOR=y, DEVMINOR=y+1 #define CPPCHECK_MAJOR 2 -#define CPPCHECK_MINOR 9 +#define CPPCHECK_MINOR 10 #define CPPCHECK_DEVMINOR 10 #define STRINGIFY(x) STRING(x) diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 58bf57e0593..21ebc901384 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -2,7 +2,7 @@ - +