Documentation for microsoft::quantum::version

microsoft::quantum::version

Attributes

Name
constexpr char const *const FULL
constexpr uint32_t const MAJOR
constexpr uint32_t const MINOR
constexpr uint32_t const REVISION
constexpr char const *const CHANNEL
constexpr uint32_t const PATCH
constexpr char const *const COMMIT_HASH
constexpr bool const WORK_IN_PROGRESS

Attributes Documentation

variable FULL

constexpr char const  *const FULL = "${MICROSOFT_VERSION_FULL}";

variable MAJOR

constexpr uint32_t const MAJOR = ${MICROSOFT_VERSION_MAJOR};

variable MINOR

constexpr uint32_t const MINOR = ${MICROSOFT_VERSION_MINOR};

variable REVISION

constexpr uint32_t const REVISION = ${MICROSOFT_VERSION_REVISION};

variable CHANNEL

constexpr char const  *const CHANNEL = "${MICROSOFT_VERSION_CHANNEL}";

variable PATCH

constexpr uint32_t const PATCH = ${MICROSOFT_VERSION_PATCH};

variable COMMIT_HASH

constexpr char const  *const COMMIT_HASH = "${MICROSOFT_VERSION_COMMIT}";

variable WORK_IN_PROGRESS

constexpr bool const WORK_IN_PROGRESS = ${MICROSOFT_VERSION_WIP};

Updated on 1 August 2023 at 16:25:10 UTC