commit e8c44168c13fff32b4276444e96b02fd20013228
parent 8b63fe8d76052c9a2c47b154e8bdae45041d6803
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 30 Jul 2026 10:38:53 +0200
implement #11645
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/sync/sync-httpd2_config.c b/src/sync/sync-httpd2_config.c
@@ -66,6 +66,8 @@ SH_handler_config (struct MHD_Request *request,
MHD_HTTP_STATUS_OK,
GNUNET_JSON_pack_string ("name",
"sync"),
+ GNUNET_JSON_pack_string ("build_version",
+ PACKAGE_VERSION),
GNUNET_JSON_pack_string ("implementation",
"urn:net:taler:specs:sync:c-reference"),
GNUNET_JSON_pack_uint64 ("storage_limit_in_megabytes",
diff --git a/src/sync/sync-httpd_config.c b/src/sync/sync-httpd_config.c
@@ -48,6 +48,8 @@ SH_handler_config (struct SH_RequestHandler *rh,
response = TALER_MHD_MAKE_JSON_PACK (
GNUNET_JSON_pack_string ("name",
"sync"),
+ GNUNET_JSON_pack_string ("build_version",
+ PACKAGE_VERSION),
GNUNET_JSON_pack_string ("implementation",
"urn:net:taler:specs:sync:c-reference"),
GNUNET_JSON_pack_uint64 ("storage_limit_in_megabytes",