aboutsummaryrefslogtreecommitdiffstats
path: root/sercp.rc
diff options
context:
space:
mode:
authorPavel Vymetálek <pavel@vym.cz>2024-02-13 16:24:10 +0100
committerPavel Vymetálek <pavel@vym.cz>2024-02-13 16:24:10 +0100
commit863d5a8f3f80d5f0e78d77d5b72d260ed7a06215 (patch)
treedc7e2344ed89c23fe679800d2823e898dc26719d /sercp.rc
parent6778bf79e6765bfb0e2a504d19dce971e43a6d49 (diff)
downloadsercp-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.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/sercp.rc b/sercp.rc
index 1d13589..9828022 100644
--- a/sercp.rc
+++ b/sercp.rc
@@ -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"
}
}