MatrixSSL version defines added - A version.h file has been added that includes defines for the MatrixSSL major, minor, and patch build version. The new header is included by matrixsslApi.h and defines the full version and the individual components. For example:
#define MATRIXSSL_VERSION “3.1.2-OPEN”
#define MATRIXSSL_VERSION_MAJOR 3
#define MATRIXSSL_VERSION_MINOR 1
#define MATRIXSSL_VERSION_PATCH 2
#define MATRIXSSL_VERSION_CODE “OPEN”