From: Owen Smith Date: Fri, 14 Jun 2019 15:21:05 +0000 (+0100) Subject: Add BUILD_NUMBER to reported version X-Git-Tag: 9.0.0-rc1~20 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b7001c2a86c5702db9274d20496aa9f6fe7bd3df;p=pvdrivers%2Fwin%2Fxenvbd.git Add BUILD_NUMBER to reported version Signed-off-by: Owen Smith --- diff --git a/src/xenvbd/adapter.c b/src/xenvbd/adapter.c index f42f585..79a5a0e 100644 --- a/src/xenvbd/adapter.c +++ b/src/xenvbd/adapter.c @@ -759,12 +759,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 );