summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-12-16 10:46:45 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2015-12-16 13:05:01 +0100
commit472615cfec47da92a14f48417040a561ffdd3649 (patch)
treebdd624cbb6b790e1e16a5ff40ab49a6910eea6ba /CMakeLists.txt
parentc4f073db44a36cfa96a17032afedbf36e4afc3b6 (diff)
downloadDLT-daemon-472615cfec47da92a14f48417040a561ffdd3649.tar.gz
Updated version to 2.14.1 STABLEv2.14.1
Updated release notes Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8fd528..52edb51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include ( GNUInstallDirs )
# Set version parameters
set( DLT_MAJOR_VERSION 2)
set( DLT_MINOR_VERSION 14)
-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_REVISION "")