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

Commit 88c4d53

Browse files
committed
Bump library version to 4.6.0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 4fcc0bd)
1 parent e69d063 commit 88c4d53

4 files changed

Lines changed: 421 additions & 3 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.1")
16+
set(LIBRARY_VERSION "4.6.0")
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.1
1+
4.6.0

0 commit comments

Comments
 (0)