diff mbox

[ovs-dev] windows-installer: Update DriverVersion to be streamlined to OVS version

Message ID 20170413165124.14160-1-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean April 13, 2017, 4:51 p.m. UTC
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>
---
 windows/ovs-windows-installer/Product.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff April 14, 2017, 4:54 a.m. UTC | #1
On Thu, Apr 13, 2017 at 04:51:40PM +0000, Alin Serdean wrote:
> 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>

I applied this to master.  Thank you!
diff mbox

Patch

diff --git a/windows/ovs-windows-installer/Product.wxs b/windows/ovs-windows-installer/Product.wxs
index 23bc880..599fd43 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.">