From: Owen Smith Date: Fri, 14 Jun 2019 16:19:21 +0000 (+0100) Subject: Add BUILD_NUMBER to reported version X-Git-Tag: 9.0.0-rc1~6 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ff205056ff874b38d4ea093fa2fff41b02d6a501;p=pvdrivers%2Fwin%2Fxennet.git Add BUILD_NUMBER to reported version Signed-off-by: Owen Smith --- diff --git a/src/xennet/adapter.c b/src/xennet/adapter.c index 56bdcc8..eaa2c1b 100644 --- a/src/xennet/adapter.c +++ b/src/xennet/adapter.c @@ -1810,12 +1810,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 );