Skip to content

Commit 0aaf6f3

Browse files
committed
version 1.4
1 parent f5328d1 commit 0aaf6f3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CompInstall.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[General]
22
Name=Digao Dalpiaz - DzListHeader component
3-
Version=1.3
3+
Version=1.4
44
DelphiVersions=XE2;XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4
55
Packages=DzListHeader
66
AddLibrary=1

DzListHeader.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ implementation
320320
System.UITypes, System.StrUtils,
321321
DzListHeaderCustom;
322322

323-
const STR_VERSION = '1.3';
323+
const STR_VERSION = '1.4';
324324

325325
procedure Register;
326326
begin

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
## What's New
2929

30+
- 12/18/2020 (Version 1.4)
31+
32+
- Updated Component Installer app (Fixed call to rsvars.bat when Delphi is installed in a path containing spaces characters).
33+
3034
- 10/31/2020 (Version 1.3)
3135

3236
- Included Delphi 10.4 auto-install support.

0 commit comments

Comments
 (0)