From b2688c1c77d050dcbcaf85e5cd031b30262db935 Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Mon, 24 Oct 2016 16:32:49 +0900 Subject: Update version to 2.16.0 STABLE Update Version in CMake Version and release notes. 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 4028a50..a47e4ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 16) set( DLT_PATCH_LEVEL 0) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) -set( DLT_VERSION_STATE UNSTABLE ) +set( DLT_VERSION_STATE STABLE ) set( DLT_REVISION "") execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} -- cgit v1.2.1