From ee1734b3d2c606f71a9beae2dcaa2904c3a76d5e Mon Sep 17 00:00:00 2001 From: Joachim Marder Date: Tue, 4 Apr 2017 09:51:57 +0100 Subject: [PATCH] V6.6.0 --- CHANGES.txt | 2 +- README.md | 2 +- Source/VirtualTrees.pas | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index bbc85cd51..0aa4d7021 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -V6.6 (Under developement) +V6.6 (04 Apr 2017) * Fixed issue #705: Added support for RAD Studio 10.2 Tokyo * Fixed issue #702: Access Violation at designtime when RootNodeCount is >0 * Fixed issue #703: Possibly wrong selection if nodes are selected during DeleteChildren() diff --git a/README.md b/README.md index b0c4ec32f..f3ae37390 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For installation instruction see the "INSTALL.TXT" file in the ZIP. [Delphinus]( ### [Recent Changes and Latest News](https://raw.githubusercontent.com/Virtual-TreeView/Virtual-TreeView/master/CHANGES.txt) -**V6.5.0** has been officially released: [Download](https://www.jam-software.de/customers/downloadTrial.php?article_no=407&language=EN) +**V6.6.0** has been officially released: [Download](https://www.jam-software.de/customers/downloadTrial.php?article_no=407&language=EN) ### Technical Support Please do not contact developers or JAM Software for technical support. Please try to get support from the community e.g. at [Stack Overflow](http://stackoverflow.com/search?q=%22virtual+treeview%22) , [Delphi Pages](http://www.delphipages.com/), [Delphi Praxis](http://www.delphipraxis.net/141465-virtual-treeview-tutorials-mit-beispielen.html) or [Embarcadero forums](https://forums.embarcadero.com/). Please do not use the issue tracker for getting support, only for reporting true bugs (see below). diff --git a/Source/VirtualTrees.pas b/Source/VirtualTrees.pas index 5463e5a34..1ee7192ae 100644 --- a/Source/VirtualTrees.pas +++ b/Source/VirtualTrees.pas @@ -76,7 +76,7 @@ interface Winapi.ShlObj, System.UITypes, System.Generics.Collections; const - VTVersion = '6.5.0'; + VTVersion = '6.6.0'; const VTTreeStreamVersion = 2;