Bump version --version 4.2.0

./scripts/bump_version.sh --version 4.2.0

Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
Minos Galanakis
2026-06-29 18:12:41 +01:00
parent 97a9420455
commit b11a07f274
5 changed files with 9 additions and 9 deletions
+1 -1
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.2.0)
set(MBEDTLS_CRYPTO_SOVERSION 18)
set(MBEDTLS_X509_SOVERSION 9)
set(MBEDTLS_TLS_SOVERSION 23)
+1 -1
View File
@@ -10,7 +10,7 @@
*/
/**
* @mainpage Mbed TLS v4.1.0 API Documentation
* @mainpage Mbed TLS v4.2.0 API Documentation
*
* This documentation describes the application programming interface (API)
* of Mbed TLS.
+1 -1
View File
@@ -1,4 +1,4 @@
PROJECT_NAME = "Mbed TLS v4.1.0"
PROJECT_NAME = "Mbed TLS v4.2.0"
OUTPUT_DIRECTORY = ../apidoc/
FULL_PATH_NAMES = NO
OPTIMIZE_OUTPUT_FOR_C = YES
+4 -4
View File
@@ -27,7 +27,7 @@
* Major, Minor, Patchlevel
*/
#define MBEDTLS_VERSION_MAJOR 4
#define MBEDTLS_VERSION_MINOR 1
#define MBEDTLS_VERSION_MINOR 2
#define MBEDTLS_VERSION_PATCH 0
/**
@@ -35,9 +35,9 @@
* 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 0x04020000
#define MBEDTLS_VERSION_STRING "4.2.0"
#define MBEDTLS_VERSION_STRING_FULL "Mbed TLS 4.2.0"
#if defined(MBEDTLS_CONFIG_FILES_READ)
#error "Something went wrong: MBEDTLS_CONFIG_FILES_READ defined before reading the config files!"
+2 -2
View File
@@ -1,8 +1,8 @@
Check compile time library version
check_compiletime_version:"4.1.0"
check_compiletime_version:"4.2.0"
Check runtime library version
check_runtime_version:"4.1.0"
check_runtime_version:"4.2.0"
Check for MBEDTLS_VERSION_C
check_feature:"MBEDTLS_VERSION_C":0