Skip to content

Commit 6c7da09

Browse files
committed
version 6.3
1 parent 87153ef commit 6c7da09

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CompInstall.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IniVersion=2
33

44
[General]
55
Name=Digao Dalpiaz - Dam component
6-
Version=6.2
6+
Version=6.3
77
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11;12
88
Packages=DamCommonPackage;DamPackage_VCL;DamPackage_FMX;DamDesignPackage_VCL;DamDesignPackage_FMX
99
AddLibrary=1

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,18 @@
3636

3737
## What's New
3838

39-
- 02/20/2024 (Version 6.2)
39+
- 02/22/2024 (Version 6.3)
4040

41-
- Reorganization of component folders (Please completely delete the previous component folder). **WARNING! DCU output folder changed. Now output directory is `Lib\{Platform}\{Config}`. Please review your Library Paths.**
42-
- Auto-install now supports Delphi 12.
41+
- Fixed Lazarus Design Package compiling.
4342

4443
<details>
4544
<summary>Click here to view the entire changelog</summary>
4645

46+
- 02/20/2024 (Version 6.2)
47+
48+
- Reorganization of component folders (Please completely delete the previous component folder). **WARNING! DCU output folder changed. Now output directory is `Lib\{Platform}\{Config}`. Please review your Library Paths.**
49+
- Auto-install now supports Delphi 12.
50+
4751
- 01/21/2024 (Version 6.1) (*Minimum DzHTMLText version: 5.2*)
4852

4953
- Fixed getting message text when using CTRL+C

Source/Vcl.DamUnit.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ implementation
216216
{$ENDIF}
217217
{$ENDIF};
218218

219-
const STR_VERSION = '6.2';
219+
const STR_VERSION = '6.3';
220220

221221
var ObjDefault: TDam = nil;
222222

0 commit comments

Comments
 (0)