AWS IoT Embedded C Device SDK
Macros
aws_iot_version.h File Reference

Constants defining the release version of the SDK. More...

Go to the source code of this file.

Macros

#define VERSION_MAJOR   2
 MAJOR version, incremented when incompatible API changes are made.
 
#define VERSION_MINOR   0
 MINOR version when functionality is added in a backwards-compatible manner.
 
#define VERSION_PATCH   0
 PATCH version when backwards-compatible bug fixes are made.
 
#define VERSION_TAG   ""
 TAG is an (optional) tag appended to the version if a more descriptive verion is needed.
 

Detailed Description

This file contains constants defining the release version of the SDK. This file is modified by AWS upon release of the SDK and should not be modified by the consumer of the SDK. The provided samples show example usage of these constants.

Versioning of the SDK follows the MAJOR.MINOR.PATCH Semantic Versioning guidelines.

See also
http://semver.org/