From 5121d46eed42231285c18d317a9f48e0b2849d5e Mon Sep 17 00:00:00 2001 From: sangelovic Date: Sun, 5 Jan 2020 22:49:26 +0100 Subject: [PATCH] Bump revision up to 0.7.6 --- CMakeLists.txt | 2 +- ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c9f91f..0206e72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/ChangeLog b/ChangeLog index 985d064..97de86d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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