From 7f110f3ec3657d70305611a98692ec20f53ea617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 21 Dec 2019 11:49:01 +0100 Subject: [PATCH] Set version --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- lib/version.h | 2 +- win_installer/productInfo.wxi | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 44e6adbef..bae287af3 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.89.99 + * @version 1.90 * * @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 b46f97fa6..2a00aa9e0 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.89.99") +SET(VERSION "1.90") 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 c819a0bf3..da4fa9864 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,5 +1,5 @@ #define CPPCHECK_MAJOR 1 -#define CPPCHECK_MINOR 89 +#define CPPCHECK_MINOR 90 #define CPPCHECK_DEVMINOR 90 #define STRINGIFY(x) STRING(x) diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index c00939e95..1995595fe 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +