diff options
author | Pavel Vymetálek <pavel@vym.cz> | 2024-02-13 16:24:10 +0100 |
---|---|---|
committer | Pavel Vymetálek <pavel@vym.cz> | 2024-02-13 16:24:10 +0100 |
commit | 863d5a8f3f80d5f0e78d77d5b72d260ed7a06215 (patch) | |
tree | dc7e2344ed89c23fe679800d2823e898dc26719d /sercp.rc | |
parent | 6778bf79e6765bfb0e2a504d19dce971e43a6d49 (diff) | |
download | sercp-pc-863d5a8f3f80d5f0e78d77d5b72d260ed7a06215.tar.gz |
Flush serial reads data as long as there is any left
- fix length of received data with ACK message
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,4,0,0 -PRODUCTVERSION 0,4,0,0 +FILEVERSION 0,8,0,0 +PRODUCTVERSION 0,8,0,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" @@ -10,14 +10,14 @@ FILETYPE VFT_APP BLOCK "040904E4" { VALUE "CompanyName", "vym.cz" - VALUE "FileVersion", "0.4.0" + VALUE "FileVersion", "0.8.0" 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.4.0" + VALUE "ProductVersion", "0.8.0-pre1" VALUE "Build environment", "Linux: Mingw64, x86_64" } } |