aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-13 22:18:00 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-13 22:18:41 +0200
commita3475c2e4b1df03ee7306eaf999fe745f010408b (patch)
treec8eadbe36b84e83f42317b45c91b206089210292 /CMakeLists.txt
parent4d87256ca77c1b79128a6720df271c6ab827200c (diff)
downloadlibssh-a3475c2e4b1df03ee7306eaf999fe745f010408b.tar.gz
libssh-a3475c2e4b1df03ee7306eaf999fe745f010408b.tar.xz
libssh-a3475c2e4b1df03ee7306eaf999fe745f010408b.zip
cmake: Bump library version for release
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 16989ea1..768132cc 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.0")
+set(LIBRARY_VERSION "4.5.1")
set(LIBRARY_SOVERSION "4")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked