diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1678a1e..64b912e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -82,9 +82,9 @@ set_target_properties( OUTPUT_NAME ${PACKAGE_NAME} VERSION - 0.0.0 + ${UCHARDET_VERSION} SOVERSION - 0 + ${UCHARDET_VERSION_MAJOR} ) if (UCHARDET_STATIC_LIBRARY)