diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2014-09-09 14:31:38 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2014-09-09 14:31:38 +0200 |
commit | b8b3ea3a31f7deb681941a19878c82e7b7350ae7 (patch) | |
tree | 973725b8816c9a589af91bb1291afb4066b7f739 | |
parent | 312e8742c7a650a113180bf0564a49de03dc29c8 (diff) | |
download | DLT-daemon-v2.11.x.tar.gz |
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rwxr-xr-x | 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 <Alexander.AW.Wenzel@bmw.de> 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.
|