From 1510b63d2077d950a1da7f50c66dd83389a88efe Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 13 Aug 2018 22:18:00 +0200 Subject: cmake: Bump library version for release (cherry picked from commit a3475c2e4b1df03ee7306eaf999fe745f010408b) --- CMakeLists.txt | 2 +- src/ABI/current | 2 +- src/ABI/libssh-4.5.1.symbols | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 src/ABI/libssh-4.5.1.symbols 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 diff --git a/src/ABI/current b/src/ABI/current index a84947d6..99523d47 100644 --- a/src/ABI/current +++ b/src/ABI/current @@ -1 +1 @@ -4.5.0 +4.5.1 \ No newline at end of file diff --git a/src/ABI/libssh-4.5.1.symbols b/src/ABI/libssh-4.5.1.symbols new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3