Update the version number to 1.3.20

This commit is contained in:
Simon Butcher
2017-06-20 23:46:46 +01:00
parent 3aab1a8796
commit 8a2855ee3c
6 changed files with 10 additions and 10 deletions

View File

@@ -40,16 +40,16 @@
*/
#define POLARSSL_VERSION_MAJOR 1
#define POLARSSL_VERSION_MINOR 3
#define POLARSSL_VERSION_PATCH 19
#define POLARSSL_VERSION_PATCH 20
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define POLARSSL_VERSION_NUMBER 0x01031300
#define POLARSSL_VERSION_STRING "1.3.19"
#define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.19"
#define POLARSSL_VERSION_NUMBER 0x01031400
#define POLARSSL_VERSION_STRING "1.3.20"
#define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.20"
#if defined(POLARSSL_VERSION_C)