Go to the documentation of this file.
31 #ifndef POLARSSL_VERSION_H
32 #define POLARSSL_VERSION_H
40 #define POLARSSL_VERSION_MAJOR 1
41 #define POLARSSL_VERSION_MINOR 1
42 #define POLARSSL_VERSION_PATCH 4
49 #define POLARSSL_VERSION_NUMBER 0x01010400
50 #define POLARSSL_VERSION_STRING "1.1.4"
51 #define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.1.4"
53 #if defined(POLARSSL_VERSION_C)