Skip to content

Commit 3cce4e5

Browse files
committed
use latest version number for the installed .so
1 parent f902c1a commit 3cce4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ set (CONFIG_FILES
224224
add_library(dtlmod SHARED ${SOURCE_FILES})
225225

226226
set_target_properties(dtlmod PROPERTIES
227-
SOVERSION 0.2
227+
SOVERSION ${DTLMOD_RELEASE_VERSION}
228228
LINKER_LANGUAGE CXX
229229
PUBLIC_HEADER "${HEADER_FILES}")
230230

0 commit comments

Comments
 (0)