From b0c6acf7f20d843b6928ba53a88aa2456bade754 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 24 Oct 2013 16:26:50 +0200 Subject: Prepare Alpha Release v2.9.2 Signed-off-by: Alexander Wenzel --- CMakeLists.txt | 4 ++-- ReleaseNotes.txt | 8 +++++++- 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 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. -- cgit v1.2.1