
#include <XMP_Const.h>
Public Attributes | |
| XMP_Uns8 | major |
| The primary release number, the "1" in version "1.2.3". | |
| XMP_Uns8 | minor |
| The secondary release number, the "2" in version "1.2.3". | |
| XMP_Uns8 | micro |
| The tertiary release number, the "3" in version "1.2.3". | |
| XMP_Bool | isDebug |
| A 0/1 boolean value, true if this is a debug build. | |
| XMP_Uns32 | build |
| A rolling build number, monotonically increasing in a release. | |
| XMP_Uns32 | flags |
| Individual feature implementation flags. | |
| XMP_StringPtr | message |
| A comprehensive version information string. | |