Skip to content

Commit

Permalink
Bumping version number.
Browse files Browse the repository at this point in the history
Misc tweaks and TODOs.
  • Loading branch information
rlebeau committed Aug 4, 2024
1 parent c4e67ef commit e2a7880
Show file tree
Hide file tree
Showing 252 changed files with 407 additions and 404 deletions.
2 changes: 1 addition & 1 deletion Lib/Core/IdCompilerDefines.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{$DEFINE INDY100}
{$DEFINE 10_6_3} //so developers can IFDEF for this product version
{$DEFINE 10_6_3_3} //so developers can IFDEF for this specific version
{$DEFINE 10_6_3_4} //so developers can IFDEF for this specific version

// When generating C++Builder output files, certain workarounds to compiler
// problems need to be enabled! When invoking DCC on the command-line, use
Expand Down
3 changes: 3 additions & 0 deletions Lib/Core/IdCustomTCPServer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,9 @@ procedure TIdCustomTCPServer.Startup;
// TODO: on systems that support dual-stack sockets, create a single
// Binding object that supports both IPv4 and IPv6 on the same socket...

// TODO: remove the CanCreateTwoBindings conditional and just attempt
// both IPv4 and IPv6 and ignore any failures...

{$IFDEF CanCreateTwoBindings}LBinding := {$ENDIF}Bindings.Add; // IPv4 or IPv6 by default

{$IFDEF CanCreateTwoBindings}
Expand Down
2 changes: 0 additions & 2 deletions Lib/Core/IdSchedulerOfThreadDefault.pas
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ TIdSchedulerOfThreadDefault = class(TIdSchedulerOfThread)
implementation

uses
{$IFDEF USE_VCL_POSIX}
{$ENDIF}
IdGlobal;

{ TIdSchedulerOfThreadDefault }
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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\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.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore220.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\0"
VALUE "InternalName", "IndyCore220\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore220.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore220.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore230.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\0"
VALUE "InternalName", "IndyCore230\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore230.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore230.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore240.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\0"
VALUE "InternalName", "IndyCore240\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore240.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore240.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore250.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\0"
VALUE "InternalName", "IndyCore250\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore250.bpl\0"
Expand Down
Binary file modified Lib/Core/IndyCore250.res
Binary file not shown.
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore260.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\0"
VALUE "InternalName", "IndyCore260\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore260.bpl\0"
Expand Down
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore270.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\0"
VALUE "InternalName", "IndyCore270\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore270.bpl\0"
Expand Down
6 changes: 3 additions & 3 deletions Lib/Core/IndyCore280.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 10,6,3,3
PRODUCTVERSION 10,6,3,3
FILEVERSION 10,6,3,4
PRODUCTVERSION 10,6,3,4
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.3\0"
VALUE "FileVersion", "10.6.3.4\0"
VALUE "InternalName", "IndyCore280\0"
VALUE "LegalCopyright", "Copyright � 1993 - 2024 Chad Z. Hower a.k.a Kudzu and the Indy Pit Crew\0"
VALUE "OriginalFilename", "IndyCore280.bpl\0"
Expand Down
Loading

0 comments on commit e2a7880

Please sign in to comment.