Bump up revision to 0.4.2

This commit is contained in:
sangelovic
2019-03-15 12:09:55 +01:00
parent a6d0b62ff5
commit 8c76e3ef8b
2 changed files with 49 additions and 44 deletions

View File

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

View File

@ -41,3 +41,8 @@ v0.4.0
v0.4.1
- Change constexpr member into a getter method to be compatible across odr-usage rules of various compiler versions
v0.4.2
- Improve documentation
- Minor code improvements
- Introduce sdbus-c++ performance tests with measurements