Skip to content

Commit

Permalink
version 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Feb 22, 2024
1 parent 87153ef commit 6c7da09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CompInstall.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IniVersion=2

[General]
Name=Digao Dalpiaz - Dam component
Version=6.2
Version=6.3
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11;12
Packages=DamCommonPackage;DamPackage_VCL;DamPackage_FMX;DamDesignPackage_VCL;DamDesignPackage_FMX
AddLibrary=1
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,18 @@

## What's New

- 02/20/2024 (Version 6.2)
- 02/22/2024 (Version 6.3)

- 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.**
- Auto-install now supports Delphi 12.
- Fixed Lazarus Design Package compiling.

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

- 02/20/2024 (Version 6.2)

- 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.**
- Auto-install now supports Delphi 12.

- 01/21/2024 (Version 6.1) (*Minimum DzHTMLText version: 5.2*)

- Fixed getting message text when using CTRL+C
Expand Down
2 changes: 1 addition & 1 deletion Source/Vcl.DamUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ implementation
{$ENDIF}
{$ENDIF};

const STR_VERSION = '6.2';
const STR_VERSION = '6.3';

var ObjDefault: TDam = nil;

Expand Down

0 comments on commit 6c7da09

Please sign in to comment.