summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-10-25 14:52:36 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-11-26 12:57:53 +0100
commitb3820d2c35000914592ec5e0c8de0ab9afefd5d0 (patch)
treeea772548ff1cc30baad2b39f1a0cdbc2d81d3ae6
parent43de9e2146781fd3e5f9219a8be71ac49b49a676 (diff)
downloadDLT-daemon-v2.9.x.tar.gz
Create branch v2.9.1 for fix releasev2.9.x
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
-rw-r--r--CMakeLists.txt4
-rwxr-xr-xReleaseNotes.txt4
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 <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.9.0
+2.9.1
Changes
-------
+2.9.1
+ * none
2.9.0