From b3820d2c35000914592ec5e0c8de0ab9afefd5d0 Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Thu, 25 Oct 2012 14:52:36 +0200 Subject: Create branch v2.9.1 for fix release Signed-off-by: Alexander Wenzel --- CMakeLists.txt | 4 ++-- ReleaseNotes.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b29a5f9..0ac8e84 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 0) +set( DLT_PATCH_LEVEL 1) 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 a84bb59..6767f7f 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -4,10 +4,12 @@ Alexander Wenzel Version ------- -2.9.0 +2.9.1 Changes ------- +2.9.1 + * none 2.9.0 -- cgit v1.2.1