Skip to content

Commit

Permalink
Update site URL link, version & date.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lowndes authored and David Lowndes committed Jan 30, 2024
1 parent b6ffa5e commit 0961e64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions UTF8Conv.rc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ CAPTION "About UTF8/7 Converter"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,7,10,20,20
LTEXT "UTF8/7 Converter Version 2.1.1",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "UTF8/7 Converter Version 2.1.2",IDC_STATIC,40,10,119,8,SS_NOPREFIX
DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP
CONTROL "Copyright � <a href=""http://www.jddesign.co.uk/"">JD Design</a> 2009-2023",IDC_SYSLINK1,
CONTROL "Copyright � <a href=""https://dave-lowndes.github.io/Jdd_Web/"">JD Design</a> 2009-2024",IDC_SYSLINK1,
"SysLink",WS_TABSTOP,39,21,134,8
END

Expand Down Expand Up @@ -64,8 +64,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,1,0
PRODUCTVERSION 2,1,1,0
FILEVERSION 2,1,2,0
PRODUCTVERSION 2,1,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -82,12 +82,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "JD Design"
VALUE "FileDescription", "UTF8/7 Conversion Application"
VALUE "FileVersion", "2.1.1.0"
VALUE "FileVersion", "2.1.2.0"
VALUE "InternalName", "UTF8Conv"
VALUE "LegalCopyright", "Copyright (C) JD Design 2009-2023"
VALUE "LegalCopyright", "Copyright (C) JD Design 2009-2024"
VALUE "OriginalFilename", "UTF8Conv.EXE"
VALUE "ProductName", "UTF8/7 Converter Application"
VALUE "ProductVersion", "2.1.1.0"
VALUE "ProductVersion", "2.1.2.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 0961e64

Please sign in to comment.