From 07625a435bd90ff4940584f092ff5504a0ea4cee Mon Sep 17 00:00:00 2001 From: sangelovic Date: Tue, 4 Jun 2019 21:39:29 +0200 Subject: [PATCH] Bump revision up to 0.7.0 --- CMakeLists.txt | 2 +- ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57e972d..73ae954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.6) -project(sdbus-c++ VERSION 0.6.1 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.7.0 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 1369c59..3c0ecf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -90,7 +90,7 @@ v0.6.0 - Fix gcc warnings - Use release v1.8.1 of googletest for tests -vX.Y.Z +v0.7.0 - [[Breaking ABI change]] Added full support for ObjectManager, Properties and other standard D-Bus interfaces (Reordering virtual functions in interface classes) - sdbus-c++ now can automatically download, build and incorporate libsystemd static library, which makes things pretty easy in non-systemd environments - Minor changes in generated proxy/adaptor code: