summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-04-13 16:51:40 +0000
committerBen Pfaff <blp@ovn.org>2017-04-13 21:54:42 -0700
commitd89d1d07c619763b6dd5b1c596429010ded3c235 (patch)
tree7fe223101650dc7b439366ef35f13e55fadf02a7 /windows
parentd553dd54b33b255d042265a4563e66efc01480df (diff)
downloadopenvswitch-d89d1d07c619763b6dd5b1c596429010ded3c235.tar.gz
windows-installer: Update DriverVersion to be streamlined to OVS version
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>
Diffstat (limited to 'windows')
-rw-r--r--windows/ovs-windows-installer/Product.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/ovs-windows-installer/Product.wxs b/windows/ovs-windows-installer/Product.wxs
index 23bc8805d..599fd4389 100644
--- a/windows/ovs-windows-installer/Product.wxs
+++ b/windows/ovs-windows-installer/Product.wxs
@@ -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.">