TAdvStringGrid reports wrong version.

This is just to inform anyone who is wondering if something is wrong ....

After installing latest version af TAdvStringGrid (via component pack) 8.2.4.0

The version history reports that the Grid should now be at version 8.0.5.0
But in AdvGrid.pas it is still declared as 



  MAJ_VER = 8; // Major version nr.
  MIN_VER = 0; // Minor version nr.
  REL_VER = 4; // Release nr.
  BLD_VER = 1; // Build nr.
  DATE_VER = 'Jun, 2016'; // Month version


But the source includes the changenotes for version 8.0.5.0 and has the correct implementation.

Just to let you all know :-)

Thanks for notifying. Internally fixed and will be updated in next update.