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

2017-04-13 Thread Ben Pfaff
On Thu, Apr 13, 2017 at 04:51:40PM +, 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 

I applied this to master.  Thank you!
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


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

2017-04-13 Thread Alin Serdean
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 
---
 windows/ovs-windows-installer/Product.wxs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
 
 
 
-
+
 
 
 
-- 
2.10.2.windows.1
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev