From c6afa26541870db5b2e2cc3c8845a348209b3005 Mon Sep 17 00:00:00 2001 From: Marcel Hellwig Date: Mon, 15 May 2023 15:44:10 +0200 Subject: [PATCH] fix: update cmake version for library to 2.0.0 This will also install the library as `libsdbus-c++.so.2.0.0`, which represents the actual version of this library --- CMakeLists.txt | 2 +- tools/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08b62b6..6c8ad5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14) -project(sdbus-c++ VERSION 1.6.0 LANGUAGES C CXX) +project(sdbus-c++ VERSION 2.0.0 LANGUAGES CXX C) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index f63d18a..4e9bec0 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) -project(sdbus-c++-tools VERSION 1.6.0) +project(sdbus-c++-tools VERSION 2.0.0) include(GNUInstallDirs)