Hello,
the TeeVCLMinorVersion in VCLTee.TeeConst.pas from Steema TeeChart Pro VCL FMX 2022.35 is still '.34'
path: "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2022.35\Source"
Willi
TeeVCLMinorVersion
Re: TeeVCLMinorVersion
Hello,
I'm afraid there was some mistake there.
I've checked the source code includes the patches mentioned in the release notes. So the mistake should only affect TeeConst.pas.
These are the correct values for TeeConst.pas:
I'm afraid there was some mistake there.
I've checked the source code includes the patches mentioned in the release notes. So the mistake should only affect TeeConst.pas.
These are the correct values for TeeConst.pas:
Code: Select all
TeeVCLMinorVersion ='.35'; // ie: '.01' '.02' , etc
TeeVCLBuildVersion ='220329'; //YYMMDD
TeeVCLBuildVersionInteger = 220329; // <-- Same as above as integer number
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |