Version should be 3.0.0.0 nut is 2.9.9.0

Hello


I installed newest version of VCL WebGmaps, it should be 3.0.0.0 but in ObjectInsptector it is 2.9.9.0.

Do I have now the latest version or not?

Sincerely Peter

I cannot see this. You should be able to check the version in the installed source code in uwebgmaps.pas. 
If you see a different version number in the IDE, this means there is still an old version .BPL file being loaded by the IDE instead of the newest.

Hello,


I checked uwebgmaps.pas. It is also 2.9.9.0, but I have installed 3.0.0.0

In uwebgmaps.pas is:
const
  MAJ_VER = 2; // Major version nr.
  MIN_VER = 9; // Minor version nr.
  REL_VER = 9; // Release nr.
  BLD_VER = 0; // Build nr.

Peter

Hi,


Please note that the only difference between v2.9.9.0 and v3.0.0.0 is support for Delphi 10.3 Rio for which no source code changes where required.