zorba::Version#include <zorba/version.h> Provide access to the version of Zorba that is used.Protected Static Attributes
Public Static Functions
Protected Static AttributestheMajorVersionint theMajorVersion
theMinorVersionint theMinorVersion
thePatchVersionint thePatchVersion
Public Static FunctionsgetMajorVersionint getMajorVersion() Get the major version.
getMinorVersionint getMinorVersion() Get the minor version.
getPatchVersionint getPatchVersion() Get the patch version.
getVersionstd::string getVersion() Get the Zorba version as std::string. Form: MajorVersion.MinorVersion.PatchVersion |