summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-10-25 14:58:50 +0200
committerLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-10-25 14:58:50 +0200
commit0a412d335d16825fd547f2eb99e2d9f2514b0e3b (patch)
treea5cdfba941c8accb3bc024b15530d86f3f00c96e
parentfd7c22a638624c9c19665426665f9e3da8cf59e9 (diff)
downloadDLT-daemon-0a412d335d16825fd547f2eb99e2d9f2514b0e3b.tar.gz
Update version for 2.10.0
-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..a70d812 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,10 +23,10 @@ set( CMAKE_INSTALL_PREFIX "/usr" )
# Set version parameters
set( DLT_MAJOR_VERSION 2)
-set( DLT_MINOR_VERSION 9)
+set( DLT_MINOR_VERSION 10)
set( DLT_PATCH_LEVEL 0)
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..4d1feab 100755
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,10 +4,12 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.9.0
+2.10.0
Changes
-------
+2.10.0
+
2.9.0