We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10ad57 commit eba90e2Copy full SHA for eba90e2
src/Makefile.am
@@ -197,7 +197,7 @@ libwallycore_la_INCLUDES = \
197
include/wally_transaction_members.h
198
199
if SHARED_BUILD_ENABLED
200
-LT_VER_CURRENT = 0 # increment at every ABI change (whether breaking or non-breaking)
+LT_VER_CURRENT = 1 # increment at every ABI change (whether breaking or non-breaking)
201
LT_VER_REVISION = 0 # increment at every release, but reset to 0 at every ABI change
202
LT_VER_AGE = 0 # increment at every ABI change, but reset to 0 if breaking
203
# The library filename will be "libwallycore.so.$((current-age)).$((age)).$((revision))",
0 commit comments