Skip to content

Commit

Permalink
Fix for #519 - updating TIdIRC.CommandPRIVMSG() to reply to a CTCP PI…
Browse files Browse the repository at this point in the history
…NG using the sender's data that was received.

Bumping version number.

Adding some TODO comments.
  • Loading branch information
rlebeau committed Apr 5, 2024
1 parent d9656a0 commit f26fd03
Show file tree
Hide file tree
Showing 261 changed files with 451 additions and 413 deletions.
16 changes: 10 additions & 6 deletions Builder/Package Generator/Package.pas
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 231,8 @@ function iif(ATest: Boolean; const ATrue: Boolean; const AFalse: Boolean): Boole
const
IndyVersion_Major = 10;
IndyVersion_Minor = 6;
IndyVersion_Patch = 3;
IndyVersion_Release = 3;
IndyVersion_Build = 1;

implementation

Expand Down Expand Up @@ -558,14 559,17 @@ procedure TPackage.GenResourceScript;
var
ProductVersion: string;
FileVersion : string;
TemplateStr: String;
BuildStr: String;
begin
//We don't call many of the inherited Protected methods because
//those are for Packages while I'm making a unit.

TemplateStr := iif(FTemplate,'$WCREV$','0');
if FTemplate then
BuildStr := '$WCREV$'
else
BuildStr := IntToStr(IndyVersion_Build);

FileVersion := Format('%d,%d,%d,%s', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Patch, TemplateStr]);
FileVersion := Format('%d,%d,%d,%s', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Release, BuildStr]);
ProductVersion := FileVersion;

Code('1 VERSIONINFO ');
Expand All @@ -576,8 580,8 @@ procedure TPackage.GenResourceScript;
Code('FILEOS 0x40004L');
Code('FILETYPE 0x1L');

ProductVersion := Format('%d.%d.%d', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Patch]);
FileVersion := ProductVersion '.' TemplateStr;
ProductVersion := Format('%d.%d.%d', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Release]);
FileVersion := ProductVersion '.' BuildStr;

Code('FILESUBTYPE 0x0L');
Code('{');
Expand Down
20 changes: 12 additions & 8 deletions Builder/Package Generator/PackageVersInc.pas
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 49,7 @@ constructor TVersInc.Create;
begin
inherited;
FExt := '.inc';
FProductVersion := Format('%d.%d.%d', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Patch]);
FProductVersion := Format('%d.%d.%d', [IndyVersion_Major, IndyVersion_Minor, IndyVersion_Release]);
end;

procedure TVersInc.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags);
Expand Down Expand Up @@ -144,26 144,30 @@ procedure TVersInc.Generate(ACompiler: TCompiler; const AFlags: TGenerateFlags);
procedure TVersInc.GenIdVers;
var
FileVersion : string;
TemplateStr: String;
BuildStr: String;
begin
FCode.Clear;

TemplateStr := iif(FTemplate, '$WCREV$', '0');
FileVersion := FProductVersion '.' TemplateStr;
if FTemplate then
BuildStr := '$WCREV$'
else
BuildStr := IntToStr(IndyVersion_Build);

FileVersion := FProductVersion '.' BuildStr;

Code(' gsIdVersionMajor = ' IntToStr(IndyVersion_Major) ';');
Code(' {$NODEFINE gsIdVersionMajor}');
Code(' gsIdVersionMinor = ' IntToStr(IndyVersion_Minor) ';');
Code(' {$NODEFINE gsIdVersionMinor}');
Code(' gsIdVersionRelease = ' IntToStr(IndyVersion_Patch) ';');
Code(' gsIdVersionRelease = ' IntToStr(IndyVersion_Release) ';');
Code(' {$NODEFINE gsIdVersionRelease}');
Code(' gsIdVersionBuild = ' TemplateStr ';');
Code(' gsIdVersionBuild = ' BuildStr ';');
Code(' {$NODEFINE gsIdVersionBuild}');
Code('');
Code(' (*$HPPEMIT ''#define gsIdVersionMajor ' IntToStr(IndyVersion_Major) '''*)');
Code(' (*$HPPEMIT ''#define gsIdVersionMinor ' IntToStr(IndyVersion_Minor) '''*)');
Code(' (*$HPPEMIT ''#define gsIdVersionRelease ' IntToStr(IndyVersion_Patch) '''*)');
Code(' (*$HPPEMIT ''#define gsIdVersionBuild ' TemplateStr '''*)');
Code(' (*$HPPEMIT ''#define gsIdVersionRelease ' IntToStr(IndyVersion_Release) '''*)');
Code(' (*$HPPEMIT ''#define gsIdVersionBuild ' BuildStr '''*)');
Code(' (*$HPPEMIT ''''*)');
Code('');
Code(' gsIdVersion = ''' FileVersion '''; {do not localize}');
Expand Down
2 changes: 2 additions & 0 deletions Lib/Core/IdCompilerDefines.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 1163,7 @@
{$IFDEF VCL_2006_OR_ABOVE}
{$DEFINE USE_INLINE}
{$DEFINE HAS_2PARAM_FileAge}
{$DEFINE HAS_TStrings_LineBreak} // TODO: when was LineBreak introduced?
{$IFDEF WINDOWS}
// System.RegisterExpectedMemoryLeak() is only available on Windows at this time
{$DEFINE HAS_System_RegisterExpectedMemoryLeak}
Expand Down Expand Up @@ -1473,6 1474,7 @@
{$ENDIF}
{$DEFINE HAS_UNIT_ctypes}
{$DEFINE HAS_sLineBreak}
{$DEFINE HAS_TStrings_LineBreak} // TODO: when was LineBreak introduced?
{$IFDEF FPC_HAS_UNICODESTRING}
{$DEFINE HAS_UnicodeString}
{$ELSE}
Expand Down
2 changes: 2 additions & 0 deletions Lib/Core/IdIOHandler.pas
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 413,8 @@ interface
(*$HPPEMIT '#pragma alias "@Idiohandler@TIdIOHandler@SetPortW$qqri"="@Idiohandler@TIdIOHandler@SetPort$qqri"' *)
(*$HPPEMIT '#endif' *)
(*$HPPEMIT '#endif' *)
// TODO: when compiling with bcc64x, use this pragma instead:
// #pragma comment(linker, "/alternatename:<name1>=<name2>")

const
GRecvBufferSizeDefault = 32 * 1024;
Expand Down
2 changes: 2 additions & 0 deletions Lib/Core/IdIPMCastBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 52,8 @@ interface
(*$HPPEMIT '#pragma alias "@Idipmcastbase@TIdIPMCastBase@SetPortW$qqrxi"="@Idipmcastbase@TIdIPMCastBase@SetPort$qqrxi"' *)
(*$HPPEMIT '#endif' *)
(*$HPPEMIT '#endif' *)
// TODO: when compiling with bcc64x, use this pragma instead:
// #pragma comment(linker, "/alternatename:<name1>=<name2>")

const
IPMCastLo = 224;
Expand Down
2 changes: 2 additions & 0 deletions Lib/Core/IdTCPClient.pas
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 149,8 @@ interface
(*$HPPEMIT '#pragma alias "@Idtcpclient@TIdTCPClientCustom@SetPortW$qqrxus"="@Idtcpclient@TIdTCPClientCustom@SetPort$qqrxus"' *)
(*$HPPEMIT '#endif' *)
(*$HPPEMIT '#endif' *)
// TODO: when compiling with bcc64x, use this pragma instead:
// #pragma comment(linker, "/alternatename:<name1>=<name2>")

type

Expand Down
2 changes: 2 additions & 0 deletions Lib/Core/IdUDPBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 88,8 @@ interface
(*$HPPEMIT '#pragma alias "@Idudpbase@TIdUDPBase@SetPortW$qqrxus"="@Idudpbase@TIdUDPBase@SetPort$qqrxus"' *)
(*$HPPEMIT '#endif' *)
(*$HPPEMIT '#endif' *)
// TODO: when compiling with bcc64x, use this pragma instead:
// #pragma comment(linker, "/alternatename:<name1>=<name2>")

const
ID_UDP_BUFFERSIZE = 8192;
Expand Down
2 changes: 2 additions & 0 deletions Lib/Core/IdUDPClient.pas
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 85,8 @@ interface
(*$HPPEMIT '#pragma alias "@Idudpclient@TIdUDPClient@SetPortW$qqrxus"="@Idudpclient@TIdUDPClient@SetPort$qqrxus"' *)
(*$HPPEMIT '#endif' *)
(*$HPPEMIT '#endif' *)
// TODO: when compiling with bcc64x, use this pragma instead:
// #pragma comment(linker, "/alternatename:<name1>=<name2>")

type
EIdMustUseOpenProxy = class(EIdUDPException);
Expand Down
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore.bpl\0"
Expand Down
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore100.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore100\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore100.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore100.res
Binary file not shown.
Binary file modified Lib/Core/IndyCore110.RES
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore110.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore110\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore110.bpl\0"
Expand Down
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore120.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore120\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore120.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore120.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore130.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore130\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore130.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore130.res
Binary file not shown.
Binary file modified Lib/Core/IndyCore140.RES
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore140.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore140\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore140.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore150.RES
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore150.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore150\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore150.bpl\0"
Expand Down
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore160.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore160\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore160.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore160.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore170.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore170\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore170.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore170.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore180.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore180\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore180.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore180.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore190.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore190\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore190.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore190.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore200.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore200\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore200.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore200.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore210.rc
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,0
PRODUCTVERSION 10,6,3,0
FILEVERSION 10,6,3,1
PRODUCTVERSION 10,6,3,1
FILEFLAGSMASK 0x3FL
FILEFLAGS 0x00L
FILEOS 0x40004L
Expand All @@ -13,7 13,7 @@ FILESUBTYPE 0x0L
{
VALUE "CompanyName", "Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "FileDescription", "Internet Direct (Indy) 10.6.3 - Core Run-Time Package\0"
VALUE "FileVersion", "10.6.3.0\0"
VALUE "FileVersion", "10.6.3.1\0"
VALUE "InternalName", "IndyCore210\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore210.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore210.res
Binary file not shown.
Loading

0 comments on commit f26fd03

Please sign in to comment.