GetWebhareVersionInfo (open)
Get WebHare version and branding information
Syntax
LOADLIB "mod::system/lib/configure.whlib";
RECORD FUNCTION GetWebhareVersionInfo()Return value
RECORDA record describing the version
STRING branchGit branch of this build (not set for developer's builds)
STRING builddateBuild date (not set for developer's builds)
STRING buildtimeBuild time (not set for developer's builds)
STRING committagGit commit tag (not set for developer's builds)
BOOLEAN dockerTrue if we're running inside docker
STRING versionSemantic version (eg 4.26.3)
INTEGER versionnumVersion as number (eg 42603) - the IFVERSION number which should generally be used for version checks