Bump revision up to 0.7.7

This commit is contained in:
sangelovic
2020-01-19 18:59:36 +01:00
parent 4310a3bd17
commit 68b5eac9e9
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.6)
project(sdbus-c++ VERSION 0.7.6 LANGUAGES C CXX)
project(sdbus-c++ VERSION 0.7.7 LANGUAGES C CXX)
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

View File

@ -131,3 +131,7 @@ v0.7.5
v0.7.6
- Fixes of clang-8 errors and warnings
v0.7.7
- Fix race condition of polling on D-Bus fd from two threads (event loop thread and sync D-Bus call thread)
- Little ordering fix in stress tests