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

index bea277d789625cc6db9d74326df78057091b950d..438f502beb8b0e71cb73cf1cc1eeffcf356bf1e4 100644 (file)
@@ -1198,12 +1198,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
                         );