Skip to content

Commit 0001373

Browse files
committed
build: bump dso version for 1.5.3
Changes to the AES checking are technically an ABI change, although it is not expected that any user will be affected.
1 parent dac66cf commit 0001373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ libwallycore_la_INCLUDES = \
199199

200200
if SHARED_BUILD_ENABLED
201201
# Increment at every ABI change (whether breaking or non-breaking)
202-
LT_VER_CURRENT = 8
202+
LT_VER_CURRENT = 9
203203
# Increment at every release, but reset to 0 at every ABI change
204204
LT_VER_REVISION = 0
205205
# Increment at every ABI change, but reset to 0 if breaking
206-
LT_VER_AGE = 2
206+
LT_VER_AGE = 3
207207
# The library filename will be "libwallycore.so.$((current-age)).$((age)).$((revision))",
208208
# and the soname will be "libwallycore.so.$((current-age))".
209209
# Do NOT try to make the library version-info follow the project release version number!

0 commit comments

Comments
 (0)