Bump revision up to 0.7.6

This commit is contained in:
sangelovic
2020-01-05 22:49:26 +01:00
parent 121ed1a975
commit 5121d46eed
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
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

View File

@ -128,3 +128,6 @@ v0.7.4
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
- Add a method to retrieve the unique name of a connection
v0.7.6
- Fixes of clang-8 errors and warnings