Bump revision up to 0.7.2

This commit is contained in:
Stanislav Angelovic
2019-07-08 10:01:11 +02:00
parent bf35157a4a
commit 750dab3927
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.1 LANGUAGES C CXX)
project(sdbus-c++ VERSION 0.7.2 LANGUAGES C CXX)
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

View File

@ -111,3 +111,6 @@ v0.7.1
- Resolved a few clang-tidy warnings and suggestions
- Extended the tutorial with info on standard D-Bus interfaces
- Added protected non-virtual destructor in generated *_proxy/*_adaptor classes
v0.7.2
- Rewrite UnixFd implementation from plain UnixFd struct to full-ownership-semantics UnixFd class