]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commitdiff
Add BUILD_NUMBER to reported version
authorOwen Smith <owen.smith@citrix.com>
Fri, 14 Jun 2019 16:05:40 +0000 (17:05 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 14 Jun 2019 16:12:35 +0000 (17:12 +0100)
Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xenvif/fdo.c

index 5e7f28aeeaffe3581a42aed198f6bcd9d196efb1..00e0c8a579adf8868eb54994ad414454e1d09fd9 100644 (file)
@@ -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
                         );