diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6d4d6b9..a692108 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -47,8 +47,8 @@ add_library(uca SHARED ${CMAKE_CURRENT_BINARY_DIR}/uca-enums.c) set_target_properties(uca PROPERTIES - VERSION ${UCA_ABI_VERSION} - SOVERSION ${UCA_VERSION_MAJOR}) + VERSION ${UCA_VERSION_STRING} + SOVERSION ${UCA_ABI_VERSION}) target_link_libraries(uca ${UCA_DEPS}) |