From 340baf10cda9f484afaac39352857d91d5a38817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 4 Mar 2023 17:19:31 +0100 Subject: [PATCH] Adjust version 2.11.99 => 2.10.99 (#4851) --- cli/main.cpp | 2 +- cmake/versions.cmake | 5 +++-- win_installer/productInfo.wxi | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index eb5a648ba..32494137a 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.11.99 + * @version 2.10.99 * * @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 b8f1c7fe0..99325e86f 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,9 +1,10 @@ # Version for libraries CPP -SET(VERSION "2.11.99") +SET(VERSION "2.10.99") STRING(REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION}") LIST(GET VERSION_PARTS 0 VERSION_MAJOR) LIST(GET VERSION_PARTS 1 VERSION_MINOR) -SET(SOVERSION "${VERSION_MAJOR}.${VERSION_MINOR}") +LIST(GET VERSION_PARTS 2 VERSION_PATCH) +SET(SOVERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") # Postfix of so's: SET(DLLVERSION "") diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 8962fe14e..d12bb28fb 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -2,7 +2,7 @@ - +