Skip to content

Commit 467ed71

Browse files
committed
version 6.6
1 parent 8b67a87 commit 467ed71

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.5
6+
Version=6.6
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-
- 03/10/2024 (Version 6.5)
39+
- 03/16/2024 (Version 6.6)
4040

41-
- New ButtonsFont property (and ButtonsFontColor when FMX).
42-
- Fixed adjusting DPI when first display dialog in VCL.
41+
- Fix Delphi 10 Seattle compiling (ScaleForCurrentDPI only available in Delphi 10.1 Berlin)
4342

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

46+
- 03/10/2024 (Version 6.5)
47+
48+
- New ButtonsFont property (and ButtonsFontColor when FMX).
49+
- Fixed adjusting DPI when first display dialog in VCL.
50+
4751
- 02/23/2024 (Version 6.4)
4852

4953
- Fixed included files path in Design packages (the files was referencing "Design" folder twice).

Source/Vcl.DamUnit.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ implementation
222222
{$ENDIF}
223223
{$ENDIF};
224224

225-
const STR_VERSION = '6.5';
225+
const STR_VERSION = '6.6';
226226

227227
var ObjDefault: TDam = nil;
228228

0 commit comments

Comments
 (0)