Skip to content

Commit 411461a

Browse files
Doc: Removed references to beta version
Signed-off-by: Minos Galanakis <[email protected]>
1 parent 38181b6 commit 411461a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ After cloning or checking out a branch or tag, run:
5656
```
5757
to initialize and update the submodules before building.
5858

59-
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.
59+
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.
6060

6161
### Generated source files in the development branch
6262

doxygen/input/doc_mainpage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
/**
13-
* @mainpage Mbed TLS v4.0.0-beta API Documentation
13+
* @mainpage Mbed TLS v4.0.0 API Documentation
1414
*
1515
* This documentation describes the application programming interface (API)
1616
* of Mbed TLS.

doxygen/mbedtls.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROJECT_NAME = "Mbed TLS v4.0.0-beta"
1+
PROJECT_NAME = "Mbed TLS v4.0.0"
22
OUTPUT_DIRECTORY = ../apidoc/
33
FULL_PATH_NAMES = NO
44
OPTIMIZE_OUTPUT_FOR_C = YES

0 commit comments

Comments
 (0)