From 2ef0e78ad24cf5c3450ef72470aae0c5267060c7 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 3bfbc8a..ced8e82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14) -project(sdbus-c++ VERSION 1.4.0 LANGUAGES C CXX) +project(sdbus-c++ VERSION 2.0.0 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 0fc7a46..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.4.0) +project(sdbus-c++-tools VERSION 2.0.0) include(GNUInstallDirs)