diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-06 20:24:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-06 20:24:05 +0100 |
commit | b1ccf194316920ff1898cca8c1a34169470dc164 (patch) | |
tree | 9fc065452e83b7bfa2718dfba2d1f4c2aea17faf /src/lib/Makefile.am | |
parent | 4d920a818432ba757189f9b03a0886a37901dbb2 (diff) |
updating logic to use new depositcheck tooling (not yet working)
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 41cd6674..5a6cda80 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -10,7 +10,7 @@ lib_LTLIBRARIES = \ libtalermerchant.la libtalermerchant_la_LDFLAGS = \ - -version-info 3:0:0 \ + -version-info 4:0:0 \ -no-undefined libtalermerchant_la_SOURCES = \ |