From 472615cfec47da92a14f48417040a561ffdd3649 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Wed, 16 Dec 2015 10:46:45 +0100 Subject: Updated version to 2.14.1 STABLE Updated release notes Signed-off-by: Lutz Helwing --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 "") -- cgit v1.2.1