1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-27 12:15:33 +03:00

Doc: Removed references to beta version

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2025-10-11 21:48:56 +01:00
parent 38181b6d66
commit 411461a86e
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ After cloning or checking out a branch or tag, run:
```
to initialize and update the submodules before building.
However, the official source release tarballs (e.g. [mbedtls-4.0.0-beta.tar.bz2](https://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-4.0.0-beta/mbedtls-4.0.0-beta.tar.bz2)) include the contents of the submodules.
However, the official source release tarballs (e.g. [mbedtls-4.0.0.tar.bz2](https://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-4.0.0/mbedtls-4.0.0.tar.bz2)) include the contents of the submodules.
### Generated source files in the development branch

View File

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

View File

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