Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 1510b63

Browse files
committed
cmake: Bump library version for release
(cherry picked from commit a3475c2)
1 parent 0db4d9b commit 1510b63

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
1313
# Increment AGE. Set REVISION to 0
1414
# If the source code was changed, but there were no interface changes:
1515
# Increment REVISION.
16-
set(LIBRARY_VERSION "4.5.0")
16+
set(LIBRARY_VERSION "4.5.1")
1717
set(LIBRARY_SOVERSION "4")
1818

1919
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked

src/ABI/current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.0
1+
4.5.1

src/ABI/libssh-4.5.1.symbols

Whitespace-only changes.

0 commit comments

Comments
 (0)