From 178298f53bd6bf68cda6f2780281f0893ef2dc73 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 26 Sep 2012 12:20:36 +0200 Subject: Set SO version to major not minor version Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9508c5c..05fd37f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -155,7 +155,7 @@ add_library(uca SHARED set_target_properties(uca PROPERTIES VERSION ${UCA_ABI_VERSION} - SOVERSION ${UCA_VERSION_MINOR}) + SOVERSION ${UCA_VERSION_MAJOR}) target_link_libraries(uca ${uca_LIBS}) -- cgit v1.2.3