diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2019-02-07 14:35:35 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-02-07 14:35:35 +0100 |
commit | a1559505a5616a399053fb9afe1ba0b876ac79bd (patch) | |
tree | c7c57d432e1a4fe2d2db3f7b3b6725249619881f /CMakeLists.txt | |
parent | 5d279a7ad7fc69c339ca89caf334b479ba787f70 (diff) | |
download | libssh-a1559505a5616a399053fb9afe1ba0b876ac79bd.tar.gz libssh-a1559505a5616a399053fb9afe1ba0b876ac79bd.tar.xz libssh-a1559505a5616a399053fb9afe1ba0b876ac79bd.zip |
cmake: Bump API version to 4.7.4
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 d6f12d44..bbd7d771 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.3") +set(LIBRARY_VERSION "4.7.4") set(LIBRARY_SOVERSION "4") # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked |