Open SoyYako opened 2 years ago
Why dont update pFIBVersion.inc? Today, begin updated to D11 in 2021, so... Now is:
FIBPlusVersion:integer = 7; FIBPlusBuild:integer = 632; FIBPlusBuildDate = '17.02.2014'; FIBCustomBuild:integer = 3171;
To this:
FIBPlusVersion:integer = 7; FIBPlusBuild:integer = 2021; FIBPlusBuildDate = '31.12.2021'; FIBCustomBuild:integer = 1231;
Or, if dont change original Build, then set info on CustomBuild section, like this:
FIBPlusVersion:integer = 7; FIBPlusBuild:integer = 632; FIBPlusBuildDate = '31.12.2021'; FIBCustomBuild:integer = 2021;
Why dont update pFIBVersion.inc? Today, begin updated to D11 in 2021, so... Now is:
To this:
Or, if dont change original Build, then set info on CustomBuild section, like this: