Skip to content

Commit

Permalink
fix: update cmake version for library to 2.0.0
Browse files Browse the repository at this point in the history
This will also install the library as `libsdbus-c++.so.2.0.0`, which
represents the actual version of this library
  • Loading branch information
hellow554 authored and sangelovic committed Oct 4, 2023
1 parent e3070b9 commit 3571547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.14)

project(sdbus-c++ VERSION 1.3.0 LANGUAGES C CXX)
project(sdbus-c++ VERSION 2.0.0 LANGUAGES C CXX)

include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

Expand Down
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.5)

project(sdbus-c++-tools VERSION 1.3.0)
project(sdbus-c++-tools VERSION 2.0.0)

include(GNUInstallDirs)

Expand Down

0 comments on commit 3571547

Please sign in to comment.