diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-12-24 07:57:30 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-12-24 07:58:20 +0100 |
commit | c6460cc955a3d50a9c3bc5115018888f3ef25e4e (patch) | |
tree | f50a0b6a9a0c3443d07237e1abdc6f38cc312741 /CMakeLists.txt | |
parent | b5f1949480cd27c0e94cc7cbd60b79eaa8441aa9 (diff) | |
download | libssh-c6460cc955a3d50a9c3bc5115018888f3ef25e4e.tar.gz libssh-c6460cc955a3d50a9c3bc5115018888f3ef25e4e.tar.xz libssh-c6460cc955a3d50a9c3bc5115018888f3ef25e4e.zip |
Bump SO version to 4.7.3
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 c63eec60..d2d27712 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.2") +set(LIBRARY_VERSION "4.7.3") set(LIBRARY_SOVERSION "4") # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked |