aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-29 18:10:07 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-29 19:04:44 +0200
commit4fcc0bd40719c90c9fc359e91f13cf94c0faf55b (patch)
tree0dee8d7e2089c3723df78f77915f300a181ed06e /CMakeLists.txt
parent7960b8ed1ba9f1d70ec2de02aad53b8c9c5a4143 (diff)
downloadlibssh-4fcc0bd40719c90c9fc359e91f13cf94c0faf55b.tar.gz
libssh-4fcc0bd40719c90c9fc359e91f13cf94c0faf55b.tar.xz
libssh-4fcc0bd40719c90c9fc359e91f13cf94c0faf55b.zip
Bump library version to 4.6.0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa4ab74e..13156283 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
# Increment AGE. Set REVISION to 0
# If the source code was changed, but there were no interface changes:
# Increment REVISION.
-set(LIBRARY_VERSION "4.5.1")
+set(LIBRARY_VERSION "4.6.0")
set(LIBRARY_SOVERSION "4")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked