From ca3b162e107b1ee82d8c738de04c8fc9b83d3dac Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Tue, 16 Apr 2019 16:05:45 +0900 Subject: Update ReleaseNotes and version to v2.18.2 Signed-off-by: Saya Sugiura --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7323147..58e7781 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 18) -set( DLT_PATCH_LEVEL 0) +set( DLT_PATCH_LEVEL 2) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) set( DLT_VERSION_STATE STABLE ) set( DLT_REVISION "") -- cgit v1.2.1