Connect Stack Version#

Macros to determine the stack version.

Note that the Connect Stack version might not match the version of Flex SDK.

See config.h for source code.

Macros#

#define
EMBER_MAJOR_VERSION 3

The major version of the release. First digit of A.B.C.D.

#define
EMBER_MINOR_VERSION 7

The minor version of the release. Second digit of A.B.C.D.

#define
EMBER_PATCH_VERSION 6

The patch version of the release. Third digit of A.B.C.D.

#define
EMBER_SPECIAL_VERSION 0

Special version of the release. Fourth digit of A.B.C.D.

#define
EMBER_BUILD_NUMBER 0

Build number of the release. Should be stored on 2 bytes.

#define
EMBER_FULL_VERSION undefined

Full version number stored on 2 bytes, with each of the four digits stored on 4 bits.

#define
EMBER_VERSION_TYPE EMBER_VERSION_TYPE_GA

Version type of the release. EMBER_VERSION_TYPE_GA means generally available.

#define
SOFTWARE_VERSION EMBER_FULL_VERSION

Full version number stored on 2 bytes, with each of the four digits stored on 4 bits.