From 97fd51edd1e454f37ee19259f98d6bb419eb61e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 14 Jun 2020 07:16:14 +0200 Subject: [PATCH] Set version to 2.1.99 / 2.2 dev --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- lib/version.h | 2 +- man/manual.md | 2 +- man/reference-cfg-format.md | 2 +- win_installer/productInfo.wxi | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 8a60b9408..9351dedd7 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.1 + * @version 2.1.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 db2501091..01fb1c13e 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "2.1") +SET(VERSION "2.1.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 db285286e..179effa53 100644 --- a/lib/version.h +++ b/lib/version.h @@ -3,7 +3,7 @@ #define CPPCHECK_MAJOR 2 #define CPPCHECK_MINOR 1 -#define CPPCHECK_DEVMINOR 1 +#define CPPCHECK_DEVMINOR 2 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/man/manual.md b/man/manual.md index 5cee3d475..0c8e0c438 100644 --- a/man/manual.md +++ b/man/manual.md @@ -1,6 +1,6 @@ --- title: Cppcheck manual -subtitle: Version 2.1 +subtitle: Version 2.1.99 author: Cppcheck team lang: en documentclass: report diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 9e4d6b938..f14f647e2 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -1,6 +1,6 @@ --- title: Cppcheck .cfg format -subtitle: Version 2.1 +subtitle: Version 2.1.99 author: Cppcheck team lang: en documentclass: report diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index a245566e9..7c910c35e 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +