summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rwxr-xr-xReleaseNotes.txt8
2 files changed, 9 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 811450e..054da7f 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 9)
-set( DLT_PATCH_LEVEL 1)
+set( DLT_PATCH_LEVEL 2)
set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})
-set( DLT_VERSION_STATE STABLE )
+set( DLT_VERSION_STATE ALPHA )
set( DLT_REVISION "")
execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 46c0770..3a9d949 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,10 +4,16 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.9.1 RELEASE
+2.9.2 ALPHA
Changes
-------
+
+2.9.2
+
+ * Fix: Systemd Journal Adapter provides corrupted output.
+ * Fix: Install Example service file only when example enabled
+
2.9.1
* Implementation of command line tool dlt-control.