diff options
author | Vincent Richard <[email protected]> | 2013-03-24 07:27:24 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-03-24 07:27:24 +0000 |
commit | 64ae964ae245b8f6b5fd4fdecf8ccc1c5b9b8ac1 (patch) | |
tree | 13e5311978aee5b171c3e58bc34ab665baef117f | |
parent | Fixed use of CMAKE_INSTALL_LIBDIR. (diff) | |
download | vmime-64ae964ae245b8f6b5fd4fdecf8ccc1c5b9b8ac1.tar.gz vmime-64ae964ae245b8f6b5fd4fdecf8ccc1c5b9b8ac1.zip |
Fixed library version.
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3570d32d..435187d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,8 +103,8 @@ IF(VMIME_BUILD_SHARED_LIBRARY) SET_TARGET_PROPERTIES( ${VMIME_LIBRARY_NAME} PROPERTIES - VERSION "${VMIME_VERSION}" - SOVERSION "${VMIME_API_VERSION}" + VERSION "${VMIME_API_VERSION}" + SOVERSION "${VMIME_API_VERSION_CURRENT}" ) ENDIF() |