Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lowndes authored and David Lowndes committed Dec 14, 2023
1 parent 28b59b5 commit 643fb75
Showing 1 changed file with 26 additions and 18 deletions.
44 changes: 26 additions & 18 deletions ShellExec.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
// English (United States) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
Expand All @@ -32,8 +30,8 @@ CAPTION "About ShellExec"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,7,7,20,20
LTEXT "ShellExec Version 1.5",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "Copyright (C) JD Design 1997-2014",IDC_STATIC,40,25,119,8
LTEXT "ShellExec Version 1.5.1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
LTEXT "Copyright (C) JD Design 1997-2023",IDC_STATIC,40,25,119,8
DEFPUSHBUTTON "OK",IDOK,160,7,50,14,WS_GROUP
END

Expand Down Expand Up @@ -90,8 +88,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -107,12 +105,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "ShellExec API Test Application"
VALUE "FileVersion", "1, 5, 0, 0"
VALUE "FileVersion", "1.5.1.0"
VALUE "InternalName", "ShellExec"
VALUE "LegalCopyright", "Copyright (C) JD Design 1997-2014"
VALUE "LegalCopyright", "Copyright (C) JD Design 1997-2023"
VALUE "OriginalFilename", "ShellExec.EXE"
VALUE "ProductName", "ShellExec Application"
VALUE "ProductVersion", "1, 5, 0, 0"
VALUE "ProductVersion", "1.5.1.0"
END
END
BLOCK "VarFileInfo"
Expand All @@ -128,7 +126,7 @@ END
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
GUIDELINES DESIGNINFO
BEGIN
IDD_ABOUTBOX, DIALOG
BEGIN
Expand Down Expand Up @@ -197,28 +195,37 @@ BEGIN
END


/////////////////////////////////////////////////////////////////////////////
//
// AFX_DIALOG_LAYOUT
//

IDD_ABOUTBOX AFX_DIALOG_LAYOUT
BEGIN
0
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE
STRINGTABLE
BEGIN
IDS_ABOUTBOX "&About ShellExec..."
END

#endif // English (U.S.) resources
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// English (U.K.) resources
// English (United Kingdom) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
Expand All @@ -245,7 +252,7 @@ END
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
GUIDELINES DESIGNINFO
BEGIN
IDD_PINFO_DLG, DIALOG
BEGIN
Expand Down Expand Up @@ -303,7 +310,8 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME ICON "res\\ShellExec.ico"
#endif // English (U.K.) resources

#endif // English (United Kingdom) resources
/////////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit 643fb75

Please sign in to comment.