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

Commit b4515ad

Browse files
committed
Update default version to include patch number
1 parent 7ef5c6b commit b4515ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(seabolt
77
IF(DEFINED ENV{SEABOLT_VERSION})
88
set(_SEABOLT_VERSION $ENV{SEABOLT_VERSION})
99
ELSE()
10-
set(_SEABOLT_VERSION "1.7-dev")
10+
set(_SEABOLT_VERSION "1.7.0-dev")
1111
ENDIF()
1212

1313
set(SEABOLT_VERSION ${_SEABOLT_VERSION} CACHE STRING "The version of seabolt being built")
@@ -190,4 +190,4 @@ install(
190190
DESTINATION ${INSTALL_CMAKEDIR}
191191
COMPONENT dev)
192192

193-
include(CMakeCPack.cmake)
193+
include(CMakeCPack.cmake)

0 commit comments

Comments
 (0)