From 60b45b0050cbd2b48895ed813937fb0e947fdd2e Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Mon, 22 Jan 2024 10:07:44 +0100 Subject: [PATCH] Update project version to 0.1.10 Change-Id: I6d85c3149e50b479bc1253411ff4f7b3e0ed62a7 Reviewed-on: https://codereview.kdab.com/c/kdab/kdutils/+/136789 Reviewed-by: Paul Lemire Tested-by: Continuous Integration --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2aa579..0d3fc5c 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.9 + VERSION 0.1.10 HOMEPAGE_URL "https://github.com/KDAB/KDUtils" )