diff --git a/CompInstall.ini b/CompInstall.ini index c75db19..74f9ae7 100644 --- a/CompInstall.ini +++ b/CompInstall.ini @@ -1,6 +1,6 @@ [General] Name=Digao Dalpiaz - DzSocket component -Version=2.3 +Version=2.4 DelphiVersions=XE2;XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4 Packages=DzSocket AddLibrary=1 diff --git a/DzSocket.pas b/DzSocket.pas index 87e46f9..326d163 100644 --- a/DzSocket.pas +++ b/DzSocket.pas @@ -256,7 +256,7 @@ implementation Winapi.Winsock2, System.Generics.Collections {$IFDEF USE_JSON}, System.JSON{$ENDIF}; -const STR_VERSION = '2.3'; +const STR_VERSION = '2.4'; const STR_ABOUT = 'Digao Dalpiaz / Version '+STR_VERSION; procedure Register; diff --git a/README.md b/README.md index 952741e..c00d820 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ ## What's New +- 12/18/2020 (Version 2.4) + + - Updated Component Installer app (Fixed call to rsvars.bat when Delphi is installed in a path containing spaces characters). + - 11/28/2020 - Included new FMX chat demo application.