gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: include version in header


From: gnunet
Subject: [taler-exchange] branch master updated: include version in header
Date: Sun, 21 Jan 2024 15:10:50 +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 add478ff include version in header
add478ff is described below

commit add478ffde6234d61f60b94eccbe9802ef5540ae
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 21 14:10:46 2024 +0100

    include version in header
---
 src/include/taler_exchange_service.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/include/taler_exchange_service.h 
b/src/include/taler_exchange_service.h
index 2aeb6469..bee3e021 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -30,6 +30,12 @@
 #include <gnunet/gnunet_curl_lib.h>
 
 
+/**
+ * Version of the Taler Exchange API, in hex.
+ * Thus 0.8.4-1 = 0x00080401.
+ */
+#define TALER_EXCHANGE_API_VERSION 0x00090400
+
 /* *********************  /keys *********************** */
 
 

-- 
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]