]> git.proxmox.com Git - mirror_ovs.git/commitdiff
windows-installer: Update DriverVersion to be streamlined to OVS version
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 13 Apr 2017 16:51:40 +0000 (16:51 +0000)
committerBen Pfaff <blp@ovn.org>
Fri, 14 Apr 2017 04:54:42 +0000 (21:54 -0700)
Patch:
https://github.com/openvswitch/ovs/commit/0c15b76511e78a1f84dec49138d7169c2f3eedf6
introduced a version variable for the MSI itself but did not propagate it
too the driver version (used by the windows certificate tests).

This patch updates the driver version.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
windows/ovs-windows-installer/Product.wxs

index 23bc8805d03577fb59cfdc94ae35b772a3911281..599fd4389a6e6ec049f380f637efec892f749f04 100644 (file)
@@ -24,7 +24,7 @@
 
     <Property Id="Description" Value="Open vSwitch Extension" />
     <Property Id="DriverID" Value="{583CC151-73EC-4A6A-8B47-578297AD7623}" />
-    <Property Id="DriverVersion" Value="6.3.9600.17298" />
+    <Property Id="DriverVersion" Value="$(var.Version)" />
     <Property Id="ExtensionType" Value="Forwarding" />
 
     <Condition Message="This application is only supported on Windows 2012 or higher.">