We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: