Sorry I cut a bit to much. Like the following (also attached):
---
datapath-windows/ovsext/ovsext.rc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/datapath-windows/ovsext/ovsext.rc
b/datapath-windows/ovsext/ovsext.rc
index a7cf0a7..20e54bf 100644
--- a/datapath-windows/ovsext/ovsext.rc
+++ b/datapath-windows/ovsext/ovsext.rc
@@ -9,6 +9,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#define STR(x) #x
+#define VER_TO_STR(x) STR(x)
/////////////////////////////////////////////////////////////////////////////
//
// Version
@@ -33,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Linux Foundation (R)"
VALUE "FileDescription", "Open vSwitch Extension"
- VALUE "FileVersion", STR(Version)
+ VALUE "FileVersion", STR(VersionWithCommas)
VALUE "InternalName", "OVSExt.SYS"
VALUE "LegalCopyright", "Licensed under the Apache License,
Version 2.0 (the ""License"")"
VALUE "OriginalFilename", "OVSExt.SYS"
VALUE "ProductName", "Open vSwitch"
- VALUE "ProductVersion", STR(Version)
+ VALUE "ProductVersion", VER_TO_STR(VersionWithCommas)
END
END
BLOCK "VarFileInfo"
--
2.10.2.windows.1
Versions should be comma separated.
Thanks,
Alin.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev