summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-26 12:25:17 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-26 12:25:17 +0200
commitbedab86a4a47e99d410be4870c8b08fa6330eb02 (patch)
treef73ca44819ebe61b711f9ed7361869039df17e85
parentf92e2316665c75ed44f1c662cf7aa62fcbf6d419 (diff)
parent178298f53bd6bf68cda6f2780281f0893ef2dc73 (diff)
downloaduca-bedab86a4a47e99d410be4870c8b08fa6330eb02.tar.gz
uca-bedab86a4a47e99d410be4870c8b08fa6330eb02.tar.bz2
uca-bedab86a4a47e99d410be4870c8b08fa6330eb02.tar.xz
uca-bedab86a4a47e99d410be4870c8b08fa6330eb02.zip
Merge branch '1.0'
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e186975..a681f67 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -174,7 +174,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})