summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_exchange_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 2aeb64691..bee3e0211 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 *********************** */