Skip to content

Commit

Permalink
V8.22.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kostromitinov authored and Pavel Kostromitinov committed Apr 10, 2023
1 parent e3423eb commit cb7ac7b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version 8.22.0.0 03/04/23
Version 8.22.0.1 04/10/23
Fixed #24 "Malformed Modbus message for Function Code = x17"
Added support for script engines other than VBScript

Version 8.22.0.0 04/03/23
Built with Visual Studio 2019
Support for RTU ver TCP frame format
Increased processing stack size to avoid crash on multiple TCP requests at once
Expand Down
2 changes: 1 addition & 1 deletion ModRSsim2/About.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ CString title;
m_hyperlink1.SetHoverCursorHandle(AfxGetApp()->LoadCursor(IDC_MYHANDCURSOR));
//m_hyperlink2.SetHoverCursorHandle(AfxGetApp()->LoadCursor(IDC_MYHANDCURSOR)); // Deleted 2015-07-26 by DL
// set the URL that we will actually go to here
m_hyperlink1.m_link.LoadString(IDS_SFWEBURL);// = "http://www.sourceforge.net/projects/modrssim2/"; // Revised 2015-07-26 by DL
m_hyperlink1.m_link.LoadString(IDS_SFWEBURL);
// set the URL that we will actually go to here
//m_hyperlink2.m_link = "http://www.modicon.com/"; // Deleted 2015-07-26 by DL

Expand Down
12 changes: 6 additions & 6 deletions ModRSsim2/mod_RSsim.rc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ FONT 10, "MS Sans Serif", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,248,7,50,14,WS_GROUP
LTEXT "Project Website:",IDC_STATIC,13,136,66,8
LTEXT "www.sourceforge.net/projects/modrssim2",IDC_WWWLINK,66,136,140,8
LTEXT "https://github.com/Cavaler/ModRSsim2",IDC_WWWLINK,66,136,140,8
LTEXT "Registration info",IDC_REGISTRATIONINFO,13,155,213,8
LTEXT "",IDC_SINKSTAT2,7,133,232,37,SS_SUNKEN
PUSHBUTTON "Start-up\nSplash",IDC_SPLASH,248,146,50,24,BS_CENTER | BS_MULTILINE
Expand Down Expand Up @@ -775,8 +775,8 @@ IDC_MYHANDCURSOR CURSOR "res\\myhandcu.cur"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,22,0,0
PRODUCTVERSION 8,22,0,0
FILEVERSION 8,22,0,1
PRODUCTVERSION 8,22,0,1
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -794,12 +794,12 @@ BEGIN
VALUE "Comments", "GNU GPL v3"
VALUE "CompanyName", "Doug Lyons-Personal Version"
VALUE "FileDescription", "ModRSsim2 protocol test simulator"
VALUE "FileVersion", "8.22.0.0"
VALUE "FileVersion", "8.22.0.1"
VALUE "InternalName", "ModRSsim2"
VALUE "LegalCopyright", "Copyright (C) 2009 Embedded Intelligence Limited"
VALUE "OriginalFilename", "ModRSsim2.exe"
VALUE "ProductName", "ModRSsim2 Simulator"
VALUE "ProductVersion", "8.22.0.0"
VALUE "ProductVersion", "8.22.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -928,7 +928,7 @@ END
STRINGTABLE
BEGIN
IDC_NOISE "Noise settings..."
IDS_SFWEBURL "http://www.sourceforge.net/projects/modrssim2/"
IDS_SFWEBURL "https://github.com/Cavaler/ModRSsim2"
IDC_EMULATION "Adv. PLC Emul. settings"
END

Expand Down

0 comments on commit cb7ac7b

Please sign in to comment.