From 65782bbf435d91e5eb6af9ddab110df406a824a9 Mon Sep 17 00:00:00 2001 From: Urs Ritzmann Date: Wed, 20 Oct 2021 08:53:08 +0200 Subject: [PATCH] tools version 1.0.0 --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 56c48a11..0e8b861c 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) -project(sdbus-c++-tools VERSION 0.8.3) +project(sdbus-c++-tools VERSION 1.0.0) include(GNUInstallDirs)