[ovs-dev] [PATCH 0/4] Unify the version used by the driver and MSI

Alin Serdean aserdean at cloudbasesolutions.com
Tue Dec 6 02:58:30 UTC 2016


The following series will allow to propagate the automake value
'PACKAGE_VERSION' to the driver information values and MSI properties.

The current approach focuses only when building the driver/MSI from
the command line. If projects are built seperatly via UI, the default
value of '1.0.0.0' will be used as the version number.

Alin Serdean (4):
  datapath-windows: Force driver version to depend on a variable
  build-windows: Propagate PACKAGE_VERSION to the driver files
  msi-windows: Add version variable
  build-windows: Propagate PACKAGE_VERSION to the MSI

 Makefile.am                                           |  8 ++++----
 datapath-windows/ovsext/ovsext.rc                     | 11 ++++++-----
 datapath-windows/ovsext/ovsext.vcxproj                | 19 ++++++++++++++++++-
 windows/automake.mk                                   |  2 +-
 windows/ovs-windows-installer/Product.wxs             |  2 +-
 .../ovs-windows-installer.wixproj                     | 15 ++++++++-------
 6 files changed, 38 insertions(+), 19 deletions(-)

-- 
2.10.2.windows.1


More information about the dev mailing list