aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/README.md
diff options
context:
space:
mode:
authorFabio Alessandrelli2018-03-28 17:26:33 +0200
committerFabio Alessandrelli2018-04-03 19:25:24 +0200
commitfebec687639533570236e491fce464cd03eac1ae (patch)
treee640f49a8e84776ee5d08ff1d49da45bca447b35 /thirdparty/README.md
parent629783f3aaf9d6b489fe86c2057fb93f54fb5388 (diff)
downloadgodot-febec687639533570236e491fce464cd03eac1ae.tar.gz
godot-febec687639533570236e491fce464cd03eac1ae.tar.zst
godot-febec687639533570236e491fce464cd03eac1ae.zip
Update mbedTLS to version 2.8.0
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r--thirdparty/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md
index 86d290ac7..1cf3e0e38 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -254,12 +254,12 @@ Godot build configurations, check them out when updating.
## mbedTLS
- Upstream: https://tls.mbed.org/
-- Version: 2.7.0
+- Version: 2.8.0
- License: Apache 2.0
-File extracted from upstream release tarball `mbedtls-2.7.0-apache.tgz`:
-- All `*.h` from `include/mbedtls/` to `thirdparty/include/mbedtls/`
-- All `*.c` from `library/` to `thirdparty/library/`
+File extracted from upstream release tarball `mbedtls-2.8.0-apache.tgz`:
+- All `*.h` from `include/mbedtls/` to `thirdparty/mbedtls/include/mbedtls/`
+- All `*.c` from `library/` to `thirdparty/mbedtls/library/`
## minizip