Skip to content

Commit eba90e2

Browse files
committed
build: set the shared library version to 1.0.0
This marks the start of DSO versioning for libwallycore.so.
1 parent d10ad57 commit eba90e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ libwallycore_la_INCLUDES = \
197197
include/wally_transaction_members.h
198198

199199
if SHARED_BUILD_ENABLED
200-
LT_VER_CURRENT = 0 # increment at every ABI change (whether breaking or non-breaking)
200+
LT_VER_CURRENT = 1 # increment at every ABI change (whether breaking or non-breaking)
201201
LT_VER_REVISION = 0 # increment at every release, but reset to 0 at every ABI change
202202
LT_VER_AGE = 0 # increment at every ABI change, but reset to 0 if breaking
203203
# The library filename will be "libwallycore.so.$((current-age)).$((age)).$((revision))",

0 commit comments

Comments
 (0)