forked from Kistler-Group/sdbus-cpp
Bump revision up to 0.7.6
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.6)
|
cmake_minimum_required(VERSION 3.6)
|
||||||
|
|
||||||
project(sdbus-c++ VERSION 0.7.5 LANGUAGES C CXX)
|
project(sdbus-c++ VERSION 0.7.6 LANGUAGES C CXX)
|
||||||
|
|
||||||
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||||
|
|
||||||
|
@ -128,3 +128,6 @@ v0.7.4
|
|||||||
v0.7.5
|
v0.7.5
|
||||||
- [[Breaking ABI change]] No more hiding from C++17: Move API code containing C++17 uncaught_exceptions calls from within library to public API
|
- [[Breaking ABI change]] No more hiding from C++17: Move API code containing C++17 uncaught_exceptions calls from within library to public API
|
||||||
- Add a method to retrieve the unique name of a connection
|
- Add a method to retrieve the unique name of a connection
|
||||||
|
|
||||||
|
v0.7.6
|
||||||
|
- Fixes of clang-8 errors and warnings
|
||||||
|
Reference in New Issue
Block a user