File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ IniVersion=2
33
44[General]
55Name =Digao Dalpiaz - Dam component
6- Version =6.2
6+ Version =6.3
77DelphiVersions =XE3; XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11;12
88Packages =DamCommonPackage; DamPackage_VCL;DamPackage_FMX;DamDesignPackage_VCL;DamDesignPackage_FMX
99AddLibrary =1
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
221221var ObjDefault: TDam = nil ;
222222
You can’t perform that action at this time.
0 commit comments