Bump up revision to 0.5.2

This commit is contained in:
sangelovic
2019-04-03 00:17:31 +02:00
parent 08945acbc4
commit a919058d13
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -65,3 +65,6 @@ v0.5.1
- Rename sdbus-c++ stub code generator executable
- Introduce generation of doxygen documentation
- Improve documentation
v0.5.2
- Simplify and unify basic API level callbacks for both sync and async methods