commit cec610b8002817d1976c478968e3d3a2d8dbbf25
parent bd527f641217f8eee7133f8cf2cbd2363bbacf6c
Author: Florian Dold <florian@dold.me>
Date: Tue, 23 Nov 2021 23:30:13 +0100
bump merchant protocol version
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_config.c b/src/backend/taler-merchant-httpd_config.c
@@ -42,7 +42,7 @@
* #MERCHANT_PROTOCOL_CURRENT and #MERCHANT_PROTOCOL_AGE in
* merchant_api_config.c!
*/
-#define MERCHANT_PROTOCOL_VERSION "1:0:0"
+#define MERCHANT_PROTOCOL_VERSION "2:0:0"
MHD_RESULT
MH_handler_config (struct TMH_RequestHandler *rh,