From f1770d3e8175bc85ad4ebc6f8c23c6f8821ad35f Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Wed, 16 Nov 2016 12:11:30 +0900 Subject: Switch to working version 2.17 UNSTABLE Signed-off-by: Christoph Lipka --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a47e4ea..f97e491 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,10 +24,10 @@ set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE ) include ( GNUInstallDirs ) # Set version parameters set( DLT_MAJOR_VERSION 2) -set( DLT_MINOR_VERSION 16) +set( DLT_MINOR_VERSION 17) 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 UNSTABLE ) set( DLT_REVISION "") execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} -- cgit v1.2.1