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
STRING builddatetimeBuild date & time
STRING committagGit commit tag
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