From c4aaefbf2f4b3cbc31a791226acc854d94b1b807 Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Sat, 4 Apr 2026 22:43:44 +0200 Subject: [PATCH] XDS plugin: fix version provided to XDS to 0 0 0 --- xds-plugin/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xds-plugin/plugin.h b/xds-plugin/plugin.h index a03df64a..6cd2cc84 100644 --- a/xds-plugin/plugin.h +++ b/xds-plugin/plugin.h @@ -26,7 +26,7 @@ extern "C" { #endif -#define VERSION_MAJOR 1 +#define VERSION_MAJOR 0 #define VERSION_MINOR 0 #define VERSION_PATCH 0 #define VERSION_TIMESTAMP -1 /* good enough for Dectris apparantely */