Azure SDK for Embedded C
Macros
az_version.h File Reference

Provides version information. More...

Go to the source code of this file.

Macros

#define AZ_SDK_VERSION_STRING   "1.0.0-preview.5"
 
#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   "preview.5"
 Optional pre-release identifier. SDK is in a pre-release state when present.
 

Detailed Description

Provides version information.

Note
You MUST NOT use any symbols (macros, functions, structures, enums, etc.) prefixed with an underscore ('_') directly in your application code. These symbols are part of Azure SDK's internal implementation; we do not document these symbols and they are subject to change in future versions of the SDK which would break your code.

Macro Definition Documentation

◆ AZ_SDK_VERSION_STRING

#define AZ_SDK_VERSION_STRING   "1.0.0-preview.5"

The version in string format used for telemetry following the semver.org standard (https://semver.org).