Bump version --version 4.1.1

./scripts/bump_version.sh --version 4.1.1

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis 2026-06-26 22:14:46 +01:00
parent 2bab33486e
commit 0c5fe5c677
5 changed files with 9 additions and 9 deletions

View File

@ -37,7 +37,7 @@ cmake_policy(SET CMP0011 NEW)
# is deprecated and will be removed in future versions.
cmake_policy(SET CMP0012 NEW)
set(MBEDTLS_VERSION 4.1.0)
set(MBEDTLS_VERSION 4.1.1)
set(MBEDTLS_CRYPTO_SOVERSION 18)
set(MBEDTLS_X509_SOVERSION 9)
set(MBEDTLS_TLS_SOVERSION 23)

View File

@ -10,7 +10,7 @@
*/
/**
* @mainpage Mbed TLS v4.1.0 API Documentation
* @mainpage Mbed TLS v4.1.1 API Documentation
*
* This documentation describes the application programming interface (API)
* of Mbed TLS.

View File

@ -1,4 +1,4 @@
PROJECT_NAME = "Mbed TLS v4.1.0"
PROJECT_NAME = "Mbed TLS v4.1.1"
OUTPUT_DIRECTORY = ../apidoc/
FULL_PATH_NAMES = NO
OPTIMIZE_OUTPUT_FOR_C = YES

View File

@ -28,16 +28,16 @@
*/
#define MBEDTLS_VERSION_MAJOR 4
#define MBEDTLS_VERSION_MINOR 1
#define MBEDTLS_VERSION_PATCH 0
#define MBEDTLS_VERSION_PATCH 1
/**
* The single version number has the following structure:
* MMNNPP00
* Major version | Minor version | Patch version
*/
#define MBEDTLS_VERSION_NUMBER 0x04010000
#define MBEDTLS_VERSION_STRING "4.1.0"
#define MBEDTLS_VERSION_STRING_FULL "Mbed TLS 4.1.0"
#define MBEDTLS_VERSION_NUMBER 0x04010100
#define MBEDTLS_VERSION_STRING "4.1.1"
#define MBEDTLS_VERSION_STRING_FULL "Mbed TLS 4.1.1"
#if defined(MBEDTLS_CONFIG_FILES_READ)
#error "Something went wrong: MBEDTLS_CONFIG_FILES_READ defined before reading the config files!"

View File

@ -1,8 +1,8 @@
Check compile time library version
check_compiletime_version:"4.1.0"
check_compiletime_version:"4.1.1"
Check runtime library version
check_runtime_version:"4.1.0"
check_runtime_version:"4.1.1"
Check for MBEDTLS_VERSION_C
check_feature:"MBEDTLS_VERSION_C":0