From: Owen Smith Date: Fri, 14 Jun 2019 16:05:40 +0000 (+0100) Subject: Add BUILD_NUMBER to reported version X-Git-Tag: 9.0.0-rc1~9 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7a72f10f2bd029a2a89b9963e11dc85646adb1d4;p=pvdrivers%2Fwin%2Fxenvif.git Add BUILD_NUMBER to reported version Signed-off-by: Owen Smith --- diff --git a/src/xenvif/fdo.c b/src/xenvif/fdo.c index 5e7f28a..00e0c8a 100644 --- a/src/xenvif/fdo.c +++ b/src/xenvif/fdo.c @@ -1276,12 +1276,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 );