From cff31121b46e3e79ee9785ebf7317fb044ce115c Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Mon, 4 Dec 2023 10:45:22 +0100 Subject: [PATCH] Update project version to 0.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5a582a5de77c957254e41a2b30f06788a6566952 Reviewed-on: https://codereview.kdab.com/c/kdab/kdutils/+/134612 Reviewed-by: MiƂosz Kosobucki Tested-by: Continuous Integration --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c82cb8b..09097c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project( KDUtils DESCRIPTION "A set of C++ helpers and wrappers around the C++ standard library" LANGUAGES CXX C - VERSION 0.1.6 + VERSION 0.1.7 HOMEPAGE_URL "https://github.com/KDAB/KDUtils" )