summaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-22 14:58:10 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-22 14:58:10 +0800
commit65f8f5a901e1ac83a76f5e7e9ab29490c2daff50 (patch)
tree6d5d22c7296203136ed796d161a0c530e3c35a89 /src/json
parenta5ee672256b1c362b67b6d9ed1a08f2e00ac133a (diff)
downloadexchange-65f8f5a901e1ac83a76f5e7e9ab29490c2daff50.tar.gz
exchange-65f8f5a901e1ac83a76f5e7e9ab29490c2daff50.tar.bz2
exchange-65f8f5a901e1ac83a76f5e7e9ab29490c2daff50.zip
bump API versions
Diffstat (limited to 'src/json')
-rw-r--r--src/json/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 6bd5b464c..6886b285a 100644
--- a/src/json/Makefile.am
+++ b/src/json/Makefile.am
@@ -16,7 +16,7 @@ libtalerjson_la_SOURCES = \
json_pack.c \
json_wire.c
libtalerjson_la_LDFLAGS = \
- -version-info 1:0:1 \
+ -version-info 2:0:0 \
-no-undefined
libtalerjson_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \