forked from Kistler-Group/sdbus-cpp
Bump up project version
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.3.2 LANGUAGES C CXX)
|
project(sdbus-c++ VERSION 0.4.0 LANGUAGES C CXX)
|
||||||
|
|
||||||
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||||
|
|
||||||
|
@ -34,3 +34,7 @@ v0.3.3
|
|||||||
- Minor fixes in tutorial examples
|
- Minor fixes in tutorial examples
|
||||||
- Add comment on threading traits of Variant and its const methods
|
- Add comment on threading traits of Variant and its const methods
|
||||||
- Fix broken invariant of const Variant::peekValueType() method
|
- Fix broken invariant of const Variant::peekValueType() method
|
||||||
|
|
||||||
|
v0.4.0
|
||||||
|
- Introduce support and implementation of common D-Bus annotations
|
||||||
|
- Remove hard-coded warning-related compiler options from the build system
|
||||||
|
Reference in New Issue
Block a user