From 8291bddb0452fa3cfa67174405cc1f85378c8c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 22 Jun 2023 11:05:34 +0200 Subject: [PATCH] Update 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 a904893b9e8..379ef8a01af 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.10.99 + * @version 2.11 * * @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 99325e86fb7..f17c27f9ea6 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.11") 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 1c3cab7823f..d19498023db 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 10 +#define CPPCHECK_MINOR 11 #define CPPCHECK_DEVMINOR 11 #define STRINGIFY(x) STRING(x) diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index d12bb28fb4c..9fe714801a5 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -2,7 +2,7 @@ - +