forked from Kistler-Group/sdbus-cpp
Bump revision up to 0.4.1
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.8)
|
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
|
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||||
|
|
||||||
|
@ -38,3 +38,6 @@ v0.3.3
|
|||||||
v0.4.0
|
v0.4.0
|
||||||
- Introduce support and implementation of common D-Bus annotations
|
- Introduce support and implementation of common D-Bus annotations
|
||||||
- Remove hard-coded warning-related compiler options from the build system
|
- 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
|
||||||
|
Reference in New Issue
Block a user