From: Owen Smith Date: Fri, 14 Jun 2019 15:48:21 +0000 (+0100) Subject: Add BUILD_NUMBER to reported version string X-Git-Tag: 9.0.0-rc1~8 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=89738f52e66e6d1a486d7599cb74dd02de41919e;p=pvdrivers%2Fwin%2Fxencons.git Add BUILD_NUMBER to reported version string Signed-off-by: Owen Smith --- 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 );