Page 1 of 1

TeeVCLMinorVersion

Posted: Sat Apr 30, 2022 2:46 pm
by 16590099
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

Re: TeeVCLMinorVersion

Posted: Mon May 02, 2022 6:45 am
by yeray
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:

Code: Select all

   TeeVCLMinorVersion        ='.35';  // ie: '.01'  '.02' , etc

   TeeVCLBuildVersion        ='220329'; //YYMMDD
   TeeVCLBuildVersionInteger = 220329;  // <-- Same as above as integer number