XJPACK_PROJECT_VERSION

XJPACK_PROJECT_VERSION is a read-only built-in string containing the version number of the current XJPack file, if any. If running outside of XJRunner or XJInvestigator, or if the XJPack file does not contain a version number, this will contain an empty string.

Example

PRINT("Project version: ", XJPACK_PROJECT_VERSION, "\n");