31 #ifndef POLARSSL_VERSION_H
32 #define POLARSSL_VERSION_H
40 #define POLARSSL_VERSION_MAJOR 1
41 #define POLARSSL_VERSION_MINOR 3
42 #define POLARSSL_VERSION_PATCH 1
49 #define POLARSSL_VERSION_NUMBER 0x01030100
50 #define POLARSSL_VERSION_STRING "1.3.1"
51 #define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.3.1"
53 #if defined(POLARSSL_VERSION_C)
Configuration options (set of defines)
unsigned int version_get_number(void)
Get the version number.
void version_get_string(char *string)
Get the version string ("x.y.z").
void version_get_string_full(char *string)
Get the full version string ("PolarSSL x.y.z").