diff options
author | Pavel Vymetálek <pavel@vym.cz> | 2021-01-17 14:49:15 +0100 |
---|---|---|
committer | Pavel Vymetálek <pavel@vym.cz> | 2021-01-17 14:49:15 +0100 |
commit | cc0b5a25a21417d5adb36a9d565a061fbb7f1ae4 (patch) | |
tree | d272a1971980997bb465f28a777322cb7449f3ad /sercp.rc | |
parent | 39de4ec2d4e87043e2ec5a4fd58dda78ebb2fa4e (diff) | |
download | sercp-pc-cc0b5a25a21417d5adb36a9d565a061fbb7f1ae4.tar.gz |
Use gnu99 instead of gnu11, add O_NDELAY to serial port initialization
Diffstat (limited to 'sercp.rc')
-rw-r--r-- | sercp.rc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ // RC file, codepage utf-8 !!!!! #include <windows.h> // include for version info constants 1 VERSIONINFO -FILEVERSION 0,3,4,0 -PRODUCTVERSION 0,3,4,0 +FILEVERSION 0,3,5,0 +PRODUCTVERSION 0,3,5,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" @@ -10,14 +10,14 @@ FILETYPE VFT_APP BLOCK "040904E4" { VALUE "CompanyName", "vym.cz" - VALUE "FileVersion", "0.3.4" + VALUE "FileVersion", "0.3.5" VALUE "FileDescription", "sercp - serial copy for ZX Spectrum" VALUE "InternalName", "sercp" VALUE "LegalCopyright", "GNU GPL v3 or above" VALUE "LegalTrademarks", "Pavel Vymetálek" VALUE "OriginalFilename", "sercp" VALUE "ProductName", "sercp" - VALUE "ProductVersion", "0.3.4" + VALUE "ProductVersion", "0.3.5" VALUE "Build environment", "Linux: Mingw64, x86_64" } } |