mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-05 01:39:57 +00:00
Bump version
./scripts/bump_version.sh --version 4.1.0 \ --so-crypto 18 --so-tls 23 --so-x509 9 Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* Major, Minor, Patchlevel
|
||||
*/
|
||||
#define MBEDTLS_VERSION_MAJOR 4
|
||||
#define MBEDTLS_VERSION_MINOR 0
|
||||
#define MBEDTLS_VERSION_MINOR 1
|
||||
#define MBEDTLS_VERSION_PATCH 0
|
||||
|
||||
/**
|
||||
@@ -35,9 +35,9 @@
|
||||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define MBEDTLS_VERSION_NUMBER 0x04000000
|
||||
#define MBEDTLS_VERSION_STRING "4.0.0"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "Mbed TLS 4.0.0"
|
||||
#define MBEDTLS_VERSION_NUMBER 0x04010000
|
||||
#define MBEDTLS_VERSION_STRING "4.1.0"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "Mbed TLS 4.1.0"
|
||||
|
||||
#if defined(MBEDTLS_CONFIG_FILES_READ)
|
||||
#error "Something went wrong: MBEDTLS_CONFIG_FILES_READ defined before reading the config files!"
|
||||
|
||||
Reference in New Issue
Block a user