From 89738f52e66e6d1a486d7599cb74dd02de41919e Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Fri, 14 Jun 2019 16:48:21 +0100 Subject: [PATCH] Add BUILD_NUMBER to reported version string Signed-off-by: Owen Smith --- src/xencons/fdo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xencons/fdo.c b/src/xencons/fdo.c index bea277d..438f502 100644 --- a/src/xencons/fdo.c +++ b/src/xencons/fdo.c @@ -1198,12 +1198,13 @@ update: NULL, "drivers", Distribution, - "%s %s %u.%u.%u %s", + "%s %s %u.%u.%u.%u %s", Vendor, Product, MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION, + BUILD_NUMBER, ATTRIBUTES ); -- 2.39.5