Skip to content

Commit

Permalink
Version bump, include updated copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
leeter committed Sep 1, 2021
1 parent a6bf5dc commit 1f33ef8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions WinMTR.rc
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,0,2
PRODUCTVERSION 0,9,0,2
FILEVERSION 0,9,0,3
PRODUCTVERSION 0,9,0,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -198,12 +198,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "WinMTR by Appnor MSP - www.winmtr.net"
VALUE "FileVersion", "0.9.0.2"
VALUE "FileVersion", "0.9.0.3"
VALUE "InternalName", "WinMTR"
VALUE "LegalCopyright", "WinMTR 0.9 (c) 2010-2011 Appnor MSP - Fully Managed Hosting & Cloud Provider www.appnor.com"
VALUE "LegalCopyright", "WinMTR 0.9 (c) 2010-2011 Appnor MSP - Fully Managed Hosting & Cloud Provider www.appnor.com, 2020-2021 Leetsoftwerx."
VALUE "OriginalFilename", "WinMTR.EXE"
VALUE "ProductName", "WinMTR Application"
VALUE "ProductVersion", "0.9.0.2"
VALUE "ProductVersion", "0.9.0.3"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -351,7 +351,7 @@ END
STRINGTABLE
BEGIN
IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
IDS_STRING_SB_NAME "WinMTR v0.92 GPL V2 by Appnor MSP - Fully Managed Hosting & Cloud Provider"
IDS_STRING_SB_NAME "WinMTR v0.93 GPL V2 by Appnor MSP - Fully Managed Hosting & Cloud Provider"
IDS_STRING_SB_PING "0000000"
IDS_STRING_CLEAR_HISTORY "Clear History"
IDS_STRING_UNABLE_TO_RESOLVE_HOSTNAME "Unable to resolve hostname."
Expand Down
4 changes: 2 additions & 2 deletions WinMTRDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ BOOL WinMTRDialog::OnInitDialog()
CDialog::OnInitDialog();

#ifndef _WIN64
const wchar_t caption[] = {L"WinMTR v0.92 32 bit by Appnor MSP - www.winmtr.net"};
const wchar_t caption[] = {L"WinMTR v0.93 32 bit by Appnor MSP - www.winmtr.net"};
#else
const wchar_t caption[] = {L"WinMTR v0.92 64 bit by Appnor MSP - www.winmtr.net"};
const wchar_t caption[] = {L"WinMTR v0.93 64 bit by Appnor MSP - www.winmtr.net"};
#endif

SetTimer(1, WINMTR_DIALOG_TIMER, nullptr);
Expand Down

0 comments on commit 1f33ef8

Please sign in to comment.