Skip to content

Commit

Permalink
Delphi versions compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Oct 28, 2020
1 parent 2a98f73 commit 57f2889
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CompInstall.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[General]
Name=Digao Dalpiaz - DzTalkApp component
Version=1.1
Version=1.2
DelphiVersions=XE2;XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3
Packages=DzTalkApp
AddLibrary=1
Expand Down
1 change: 0 additions & 1 deletion DzTalkApp.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>0</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
Expand Down
2 changes: 1 addition & 1 deletion DzTalkApp.pas
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ constructor TDzTalkApp.Create(AOwner: TComponent);
begin
inherited;

FAbout := 'Digao Dalpiaz / Version 1.1';
FAbout := 'Digao Dalpiaz / Version 1.2';

FActive := False;
end;
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

## What's New

- 10/27/2020 (Version 1.2)

- Fixed previous Delphi versions (at least on XE2, XE3, XE4 and XE5) package tag. It was causing package compilation error.

- 10/26/2020 (Version 1.1)

- Updated CompInstall to version 2.0 (now supports GitHub auto-update)
Expand Down

0 comments on commit 57f2889

Please sign in to comment.