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: