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

index c17eccc7cf0a7227ecf114563b99368ce1477e4b..109692a4aaa93e437d822a502d3ab01bd0e1dcd5 100644 (file)
@@ -1252,12 +1252,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
                         );