GetWebhareVersionInfo (open)

Get WebHare version and branding information

Syntax

LOADLIB "mod::system/lib/configure.whlib";

RECORD FUNCTION GetWebhareVersionInfo()

Return value

RECORD

A record describing the version

STRING branch

Git branch of this build

STRING builddatetime

Build date & time

STRING committag

Git commit tag

BOOLEAN docker

True if we're running inside docker

STRING version

Semantic version (eg 4.26.3)

INTEGER versionnum

Version as number (eg 42603) - the IFVERSION number which should generally be used for version checks