summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-16 14:39:27 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-16 14:44:32 +0100
commitec522a445a2a00e9000c937e61940c7ac9c4b79d (patch)
tree297171853aeccb4e0ce22a7c1b4a25a2df0e2f46 /src/include/taler_util.h
parent6bfc96f4cefceb5735e3bbccbe8f2e0fa6f51b6d (diff)
downloadexchange-ec522a445a2a00e9000c937e61940c7ac9c4b79d.tar.gz
exchange-ec522a445a2a00e9000c937e61940c7ac9c4b79d.tar.bz2
exchange-ec522a445a2a00e9000c937e61940c7ac9c4b79d.zip
fix #8071
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 7d5542a1b..e895c3445 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2014-2023 Taler Systems SA
+ Copyright (C) 2014-2024 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -17,6 +17,7 @@
* @file include/taler_util.h
* @brief Interface for common utility functions
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
+ * @author Christian Grothoff
*/
#ifndef TALER_UTIL_H
#define TALER_UTIL_H
@@ -33,7 +34,7 @@
* Version of the Taler API, in hex.
* Thus 0.8.4-1 = 0x00080401.
*/
-#define TALER_API_VERSION 0x00090200
+#define TALER_API_VERSION 0x00090400
/**
* Stringify operator.