|
Provides version information. More...
Go to the source code of this file.
Macros | |
#define | AZ_SDK_VERSION_STRING "1.0.0" |
#define | AZ_SDK_VERSION_MAJOR 1 |
Major numeric identifier. | |
#define | AZ_SDK_VERSION_MINOR 0 |
Minor numeric identifier. | |
#define | AZ_SDK_VERSION_PATCH 0 |
Patch numeric identifier. | |
#define | AZ_SDK_VERSION_PRERELEASE |
Optional pre-release identifier. SDK is in a pre-release state when present. | |
Provides version information.
#define AZ_SDK_VERSION_STRING "1.0.0" |
The version in string format used for telemetry following the semver.org
standard (https://semver.org).