mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Prepared for PolarSSL 1.2.7 release
This commit is contained in:
parent
f4a84b1154
commit
822e958bb2
6 changed files with 15 additions and 10 deletions
|
|
@ -39,16 +39,16 @@
|
|||
*/
|
||||
#define POLARSSL_VERSION_MAJOR 1
|
||||
#define POLARSSL_VERSION_MINOR 2
|
||||
#define POLARSSL_VERSION_PATCH 6
|
||||
#define POLARSSL_VERSION_PATCH 7
|
||||
|
||||
/**
|
||||
* The single version number has the following structure:
|
||||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define POLARSSL_VERSION_NUMBER 0x01020600
|
||||
#define POLARSSL_VERSION_STRING "1.2.6"
|
||||
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.6"
|
||||
#define POLARSSL_VERSION_NUMBER 0x01020700
|
||||
#define POLARSSL_VERSION_STRING "1.2.7"
|
||||
#define POLARSSL_VERSION_STRING_FULL "PolarSSL 1.2.7"
|
||||
|
||||
#if defined(POLARSSL_VERSION_C)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue