From 58895d27305ed90b10e0f5381f0e90dcd2d5a12c Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Wed, 16 Jan 2019 20:01:05 +0100 Subject: [PATCH] Bump revision up to 0.4.1 --- CMakeLists.txt | 2 +- ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 060ec8c8..cc5d56f2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8) -project(sdbus-c++ VERSION 0.4.0 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.4.1 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 7a1b765e..d9c123ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,3 +38,6 @@ v0.3.3 v0.4.0 - Introduce support and implementation of common D-Bus annotations - Remove hard-coded warning-related compiler options from the build system + +v0.4.1 +- Change constexpr member into a getter method to be compatible across odr-usage rules of various compiler versions