Version number in TMSProductInfo.pas of TMSVCLUIPack v10.6.8.0 (December 1, 2021)

This is from TMSProductInfo.pas after installing TMSVCLUIPack v10.6.8.0 (December 1, 2021)

const
TMSProductInfo_ProductName = 'TMS VCL UI PACK';
TMSProductInfo_ProductVersion = '110.6.8.0'
TMSProductInfo_ProductKind = 'Registered';
TMSProductInfo_ProductCategory = 'VCL';
TMSProductInfo_ProductLinkTitles = 'Product Page,Support,Purchase';
TMSProductInfo_ProductLinkTitleValues = '......';

What is correct
TMSProductInfo_ProductVersion = '110.6.8.0';
or should it be
TMSProductInfo_ProductVersion = '10.6.8.0';

Thanks

10.6.8.0 is correct.
Not sure how the 110 got into this .PAS file.
We will investigate this and ensure this won't happen with a next release.