From 7684d7b98a30bbcc5ff8f45aa27ee0c269144ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 2 Oct 2021 13:15:12 +0200 Subject: [PATCH] 2.6 dev: set version --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- lib/version.h | 4 ++-- man/manual.md | 2 +- man/reference-cfg-format.md | 2 +- win_installer/productInfo.wxi | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 4a2d297d6..3fee05635 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 2.5 + * @version 2.6.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 24477764e..d17ff45f5 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "2.5.99") +SET(VERSION "2.6.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 25c0ab920..46d30e04c 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 2 -#define CPPCHECK_MINOR 5 -#define CPPCHECK_DEVMINOR 6 +#define CPPCHECK_MINOR 6 +#define CPPCHECK_DEVMINOR 7 #define STRINGIFY(x) STRING(x) #define STRING(VER) #VER diff --git a/man/manual.md b/man/manual.md index a3e0138df..d3a3ce4e4 100644 --- a/man/manual.md +++ b/man/manual.md @@ -1,6 +1,6 @@ --- title: Cppcheck manual -subtitle: Version 2.5 +subtitle: Version 2.6 author: Cppcheck team lang: en documentclass: report diff --git a/man/reference-cfg-format.md b/man/reference-cfg-format.md index 84847ff03..81b6bf6f6 100644 --- a/man/reference-cfg-format.md +++ b/man/reference-cfg-format.md @@ -1,6 +1,6 @@ --- title: Cppcheck .cfg format -subtitle: Version 2.5 +subtitle: Version 2.6 author: Cppcheck team lang: en documentclass: report diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 1ba16634e..da6ddf341 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +