gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: bump API versions


From: gnunet
Subject: [taler-exchange] branch master updated: bump API versions
Date: Fri, 22 Dec 2023 07:58:17 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 65f8f5a9 bump API versions
65f8f5a9 is described below

commit 65f8f5a901e1ac83a76f5e7e9ab29490c2daff50
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Dec 22 14:58:10 2023 +0800

    bump API versions
---
 src/include/taler_json_lib.h | 4 ++++
 src/json/Makefile.am         | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index 31fd7f19..38668fdc 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -28,6 +28,10 @@
 #include "taler_util.h"
 #include "taler_error_codes.h"
 
+/**
+ * Version of this API, for compatibility tests.
+ */
+#define TALER_JSON_LIB_VERSION 0x00020000
 
 /**
  * Details about an encrypted contract.
diff --git a/src/json/Makefile.am b/src/json/Makefile.am
index 6bd5b464..6886b285 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 \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]