diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-10-29 09:26:56 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-10-29 09:33:46 +0100 |
commit | a4342b97d6043ca9fee628b7675b977ff53e6db9 (patch) | |
tree | cdf9dab3fe8e5f9936184643ee068f111478bbd2 /CMakeLists.txt | |
parent | 963c3077a401794f62b0e19be4cbb2eabc6c38a2 (diff) | |
download | libssh-a4342b97d6043ca9fee628b7675b977ff53e6db9.tar.gz libssh-a4342b97d6043ca9fee628b7675b977ff53e6db9.tar.xz libssh-a4342b97d6043ca9fee628b7675b977ff53e6db9.zip |
Bump SO version to 4.7.2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d1ffd935..dbbf4c19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,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.7.1") +set(LIBRARY_VERSION "4.7.2") set(LIBRARY_SOVERSION "4") # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked |