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

index f42f585472b26abeebfdcd510edcb8df2e590664..79a5a0e50c1d6c22bafe40a432f605df8cf2916c 100644 (file)
@@ -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
                         );