Microchip® Advanced Software Framework

aws_iot_version.h File Reference

Constants defining the release version of the SDK.

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/

Macros

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

#define VERSION_MAJOR   1

MAJOR version, incremented when incompatible API changes are made.

#define VERSION_MINOR   1

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.