aboutsummaryrefslogtreecommitdiffstats
path: root/sercp.rc
diff options
context:
space:
mode:
authorPavel Vymetálek <pavel@vym.cz>2024-01-11 13:44:10 +0100
committerPavel Vymetálek <pavel@vym.cz>2024-01-11 13:44:10 +0100
commit9951618476f25d92907510eddd83ab51bbbd58d3 (patch)
tree388e891829eccc7e43691fb5da7c8c32fac009b7 /sercp.rc
parentaf2ed1c080cc5a8635a498b9dbcc66d230024969 (diff)
downloadsercp-pc-9951618476f25d92907510eddd83ab51bbbd58d3.tar.gz
Communication confirmed by Ack messages without hw-flow control
- default confirmation by Ack messages - still compatible with old .sercp by -l switch for hw flow control - switch -w is not used when using ack messages - new switch for turbo speed - 115200Bd. Same as on the Speccy TODO - check Ack messages properly
Diffstat (limited to 'sercp.rc')
-rw-r--r--sercp.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/sercp.rc b/sercp.rc
index b5cd913..1d13589 100644
--- a/sercp.rc
+++ b/sercp.rc
@@ -1,8 +1,8 @@
-// RC file, codepage utf-8 !!!!!
+// RC file, codepage utf-8!
#include <windows.h> // include for version info constants
1 VERSIONINFO
-FILEVERSION 0,3,7,0
-PRODUCTVERSION 0,3,7,0
+FILEVERSION 0,4,0,0
+PRODUCTVERSION 0,4,0,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@@ -10,14 +10,14 @@ FILETYPE VFT_APP
BLOCK "040904E4"
{
VALUE "CompanyName", "vym.cz"
- VALUE "FileVersion", "0.3.7"
+ VALUE "FileVersion", "0.4.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.3.7"
+ VALUE "ProductVersion", "0.4.0"
VALUE "Build environment", "Linux: Mingw64, x86_64"
}
}