diff options
author | Mihael Koep <koep@schneide.com> | 2012-10-19 16:08:05 +0200 |
---|---|---|
committer | Mihael Koep <koep@schneide.com> | 2012-10-19 16:08:05 +0200 |
commit | 420839db21e0bb60f6be72f1924af74b0ffe8224 (patch) | |
tree | 92b5d777f2d52d46da92b9e3793eab05d13f7d4f /src/CMakeLists.txt | |
parent | b73c7a9550a39566b881244d95cd0cb2a97e82b3 (diff) | |
parent | ee6b7a941f7ef7cdcc92c04b80a683d7370f52bd (diff) | |
download | libuca-420839db21e0bb60f6be72f1924af74b0ffe8224.tar.gz libuca-420839db21e0bb60f6be72f1924af74b0ffe8224.tar.bz2 libuca-420839db21e0bb60f6be72f1924af74b0ffe8224.tar.xz libuca-420839db21e0bb60f6be72f1924af74b0ffe8224.zip |
Merge remote branch 'origin/1.0' into dexela
Conflicts:
CMakeLists.txt
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ff9108e..033587e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -169,7 +169,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}) |