commit 9b943e700bf01d3cd45d0b69e93cc4e586a041d0 parent ea02bfcacbaa9152fa48aa8f381afbae732c67f4 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 21 Jul 2020 18:27:17 +0200 bump protocol version Diffstat:
| M | src/backend/taler-merchant-httpd_config.c | | | 2 | +- |
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 "0:0:0" +#define MERCHANT_PROTOCOL_VERSION "1:0:0" /**