diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-06-11 16:36:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-06-11 16:36:23 +0200 |
commit | 06ae419f9d2edacabf12c1f1c19a8072998f3b1c (patch) | |
tree | 12f78deaae3b23da0b924ece25c1ed81aab00840 | |
parent | 739e736fe179fa39844dac6bd8ffa0aef0fc3fa9 (diff) |
-bump revision
-rw-r--r-- | src/mhd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mhd/Makefile.am b/src/mhd/Makefile.am index cd3fe7701..703e34ca4 100644 --- a/src/mhd/Makefile.am +++ b/src/mhd/Makefile.am @@ -16,7 +16,7 @@ libtalermhd_la_SOURCES = \ mhd_responses.c \ mhd_run.c libtalermhd_la_LDFLAGS = \ - -version-info 3:0:3 \ + -version-info 3:1:3 \ -no-undefined libtalermhd_la_LIBADD = \ $(top_builddir)/src/json/libtalerjson.la \ |