From f8da7c6965eace26f9bebb319766875af887b4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 10 Sep 2023 17:30:33 +0200 Subject: [PATCH] 2.12.99: Set versions --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- lib/version.h | 4 ++-- man/manual.md | 2 +- man/reference-cfg-format.md | 2 +- man/writing-addons.md | 2 +- win_installer/productInfo.wxi | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index c9c44d88fcb..7e076dfbcea 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.11.99 + * @version 2.12.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 3488176c896..cf2020d3fea 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.11.99") +SET(VERSION "2.12.99") 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 f0d87079eba..3aff0ffb2ef 100644 --- a/lib/version.h +++ b/lib/version.h @@ -2,8 +2,8 @@ // After a release the DEVMINOR is incremented. MAJOR=x MINOR=y, DEVMINOR=y+1 #define CPPCHECK_MAJOR_VERSION 2 -#define CPPCHECK_MINOR_VERSION 11 -#define CPPCHECK_DEVMINOR_VERSION 12 +#define CPPCHECK_MINOR_VERSION 12 +#define CPPCHECK_DEVMINOR_VERSION 13 #define CPPCHECK_FIX_VERSION 0 #define STRINGIFY(x) STRING(x) diff --git a/man/manual.md b/man/manual.md index ca5f4762387..4829c6986a3 100644 --- a/man/manual.md +++ b/man/manual.md @@ -1,6 +1,6 @@ --- title: Cppcheck manual -subtitle: Version 2.11.99 +subtitle: Version 2.12.99 author: Cppcheck team lang: en documentclass: report diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 23116de306a..70ff8b95918 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -1,6 +1,6 @@ --- title: Cppcheck .cfg format -subtitle: Version 2.11.99 +subtitle: Version 2.12.99 author: Cppcheck team lang: en documentclass: report diff --git a/man/writing-addons.md b/man/writing-addons.md index 1204f59a9ae..63b5a2ca0d5 100644 --- a/man/writing-addons.md +++ b/man/writing-addons.md @@ -1,6 +1,6 @@ --- title: Writing addons -subtitle: Version 2.11.99 +subtitle: Version 2.12.99 author: Cppcheck team lang: en documentclass: report diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index f7942ec0a67..023e2efe1d5 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +