aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-18 23:18:57 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-18 23:18:57 +0200
commitfd5aeba117dbb959af350d67d635a3d8545e75a0 (patch)
tree4771313e301e21c7323a92ba73fb4b68e5950ecc /CMakeLists.txt
parent24b524040be4af9204f9d509ef6b8153aa6dc2cc (diff)
downloadlibssh-fd5aeba117dbb959af350d67d635a3d8545e75a0.tar.gz
libssh-fd5aeba117dbb959af350d67d635a3d8545e75a0.tar.xz
libssh-fd5aeba117dbb959af350d67d635a3d8545e75a0.zip
Change SOversion to 4.2.0 instead of 5.0.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf1fdab5..1276d149 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,8 +19,8 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO
# Increment AGE. Set REVISION to 0
# If the source code was changed, but there were no interface changes:
# Increment REVISION.
-set(LIBRARY_VERSION "5.0.0")
-set(LIBRARY_SOVERSION "5")
+set(LIBRARY_VERSION "4.2.0")
+set(LIBRARY_SOVERSION "4")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
set(CMAKE_MODULE_PATH