From af7fe7eae57a105a91636c6ef9450bec3e626c3c Mon Sep 17 00:00:00 2001 From: Adrian Holfter Date: Tue, 8 Feb 2022 09:21:30 +0100 Subject: [PATCH] bump version in CMakeLists from 2.2.0 to 2.4.1 (2.4.0 is the current release, this bumps the patch version) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c74ad557..99ab3c4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0 FATAL_ERROR) PROJECT ( libcitygml ) set(META_VERSION_MAJOR "2") -set(META_VERSION_MINOR "2") -set(META_VERSION_PATCH "0") +set(META_VERSION_MINOR "4") +set(META_VERSION_PATCH "1") set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")