From b8b3ea3a31f7deb681941a19878c82e7b7350ae7 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 9 Sep 2014 14:31:38 +0200 Subject: Prepared fix release v2.11.1 --- CMakeLists.txt | 4 ++-- ReleaseNotes.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cfca88..46beec0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,9 +24,9 @@ set( CMAKE_INSTALL_PREFIX "/usr" ) # Set version parameters set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 11) -set( DLT_PATCH_LEVEL 0) +set( DLT_PATCH_LEVEL 1) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) -set( DLT_VERSION_STATE ALPHA ) +set( DLT_VERSION_STATE STABLE ) set( DLT_REVISION "") execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 6314888..b3461bd 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -4,11 +4,15 @@ Alexander Wenzel Version ------- -2.10.0 STABLE +2.11.1 STABLE Changes ------- +2.11.1 + + * Fixed dbus trace only showing signals + 2.11.0 * Enable dbus trace when adaptor starts up. -- cgit v1.2.1