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

index 56bdcc815a00c20b15fbae0cf40a4bc62955eaab..eaa2c1bc0502f3d6af7a42a4dd983d3beb64b381 100644 (file)
@@ -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
                         );