Commit 6805d79375040cde0025d677a333241a890af070

Authored by Stéphane Raimbault
1 parent 16d3cacc

Rename product name to libmodbus to avoid to use a registered name

Showing 1 changed file with 1 additions and 1 deletions
src/win32/modbus.rc
... ... @@ -39,7 +39,7 @@ FILETYPE VFT_APP
39 39 VALUE "InternalName", "modbus.dll\x0"
40 40 VALUE "LegalCopyright", "© See libmodbus.org\x0"
41 41 VALUE "OriginalFilename", "modbus.dll\x0"
42   - VALUE "ProductName", "Modbus\x0"
  42 + VALUE "ProductName", "libmodbus\x0"
43 43 }
44 44 }
45 45 BLOCK "VarFileInfo"
... ...