From 91aacda2c4d0a0565f30126021521a383923a6ae Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Fri, 21 Dec 2018 10:59:01 +0100 Subject: Update ReleaseNotes and version to v2.18.0 Signed-off-by: Christoph Lipka --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 782e50a..7323147 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE ) include ( GNUInstallDirs ) # Set version parameters set( DLT_MAJOR_VERSION 2) -set( DLT_MINOR_VERSION 17) +set( DLT_MINOR_VERSION 18) set( DLT_PATCH_LEVEL 0) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) set( DLT_VERSION_STATE STABLE ) -- cgit v1.2.1