Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Update default version to include patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Nov 1, 2018
1 parent 7ef5c6b commit b4515ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -190,4 +190,4 @@ install(
DESTINATION ${INSTALL_CMAKEDIR}
COMPONENT dev)

include(CMakeCPack.cmake)
include(CMakeCPack.cmake)

0 comments on commit b4515ad

Please sign in to comment.