Skip to content

Commit

Permalink
Bump revision up to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Angelovic committed Jul 8, 2019
1 parent bf35157 commit 750dab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 750dab3

Please sign in to comment.