From b4515ade5a2a0d400728b7f26073cd38ebbfa1a9 Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Thu, 1 Nov 2018 13:55:30 +0000 Subject: [PATCH] Update default version to include patch number --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2079d4a2..d004bc6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(seabolt IF(DEFINED ENV{SEABOLT_VERSION}) set(_SEABOLT_VERSION $ENV{SEABOLT_VERSION}) ELSE() - set(_SEABOLT_VERSION "1.7-dev") + set(_SEABOLT_VERSION "1.7.0-dev") ENDIF() set(SEABOLT_VERSION ${_SEABOLT_VERSION} CACHE STRING "The version of seabolt being built") @@ -190,4 +190,4 @@ install( DESTINATION ${INSTALL_CMAKEDIR} COMPONENT dev) -include(CMakeCPack.cmake) \ No newline at end of file +include(CMakeCPack.cmake)