Skip to content

Commit

Permalink
Switch to working version 2.17 UNSTABLE
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
  • Loading branch information
Christoph Lipka committed Nov 16, 2016
1 parent 386cc6c commit f1770d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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}
Expand Down

0 comments on commit f1770d3

Please sign in to comment.