commit 219e4be1e65ca30eec5546679161e59d5087d65f
parent 67e6d86c6ad7e4c487fff55bb7eb9c93114a3446
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 2 Dec 2020 20:22:48 +0100
bump protocol version
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/sync/sync-httpd_config.c b/src/sync/sync-httpd_config.c
@@ -23,6 +23,14 @@
#include <taler/taler_json_lib.h>
+/*
+ * Protocol version history:
+ *
+ * 0: original design
+ * 1: adds ?fresh=y to POST backup operation to force fresh contract
+ * to be created
+ */
+
/**
* Manages a /config call.
*
@@ -47,7 +55,7 @@ SH_handler_config (struct SH_RequestHandler *rh,
"name",
"sync",
"version",
- "0:0:0");
+ "1:0:1");
}