mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Prepare for mbed TLS 1.3.10 release
This commit is contained in:
parent
6674cce892
commit
daae3b749b
55 changed files with 2195 additions and 2197 deletions
|
|
@ -40,16 +40,16 @@
|
|||
*/
|
||||
#define POLARSSL_VERSION_MAJOR 1
|
||||
#define POLARSSL_VERSION_MINOR 3
|
||||
#define POLARSSL_VERSION_PATCH 9
|
||||
#define POLARSSL_VERSION_PATCH 10
|
||||
|
||||
/**
|
||||
* The single version number has the following structure:
|
||||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define POLARSSL_VERSION_NUMBER 0x01030900
|
||||
#define POLARSSL_VERSION_STRING "1.3.9"
|
||||
#define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.9"
|
||||
#define POLARSSL_VERSION_NUMBER 0x01030A00
|
||||
#define POLARSSL_VERSION_STRING "1.3.10"
|
||||
#define POLARSSL_VERSION_STRING_FULL "mbed TLS 1.3.10"
|
||||
|
||||
#if defined(POLARSSL_VERSION_C)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue