====== Version (Module) ====== Module that provides version information. ===== Constants ===== ^ Identifier ^ Type ^ Description | | ''BUILD'' | Number | Current build number | | ''CPU_BITS'' | Number | 32 or 64 | | ''DEBUG'' | Boolean | "True" in debug build, "False" in release build | | ''GIT'' | Text | Git revision (only present in developer builds) | | ''OS'' | Text | Operating system ("windows", "macx" or "unix") | | ''TEXT'' | Text | Full version as a text string, e.g., "2.0.0 (Dev) Build 709" | | ''VERSION'' | Array | Version number as array of four numbers, e.g., [ 2, 0, 0, 709 ] |