[ovs-git] [openvswitch/ovs] 73e8c5: datapath-windows: Set Version correctly for OVSExt

GitHub noreply at github.com
Wed May 17 16:50:24 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 73e8c580eef4651370938fb9355d0b6fd8b3f54a
      https://github.com/openvswitch/ovs/commit/73e8c580eef4651370938fb9355d0b6fd8b3f54a
  Author: Shashank Ram <rams at vmware.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M datapath-windows/ovsext/ovsext.rc
    M datapath-windows/ovsext/ovsext.vcxproj

  Log Message:
  -----------
  datapath-windows: Set Version correctly for OVSExt

- Previously, the 'Version' property passed to MSBuild
  was not being passed to the RcComplile section. To
  use the value of 'Version' property in the rc file,
  it needs to be passed.

- Adds a macro to convert the Version to a string literal.
  Previously, the Version was simply being converted
  to a literal text 'Version' instead of the the version
  number passed using the 'Version' property to MSBuild.

Signed-off-by: Shashank Ram <rams at vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <guru at ovn.org>




More information about the git mailing list