mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-31 18:44:27 +02:00
Bump up revision to 0.4.2
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.1 LANGUAGES C CXX)
|
project(sdbus-c++ VERSION 0.4.2 LANGUAGES C CXX)
|
||||||
|
|
||||||
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
|
||||||
|
|
||||||
|
@@ -41,3 +41,8 @@ v0.4.0
|
|||||||
|
|
||||||
v0.4.1
|
v0.4.1
|
||||||
- Change constexpr member into a getter method to be compatible across odr-usage rules of various compiler versions
|
- 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
|
||||||
|
Reference in New Issue
Block a user