diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 11:38:07 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 11:40:26 +0200 |
commit | 560fc0f19932a7b51e02e9eda8a64f284f41e6d0 (patch) | |
tree | 4508a3738a67a7fd6f9b3e02f8f6a76ba6f993a2 /thirdparty/README.md | |
parent | ee1d0179c5320b8a49a077c1ee09aab3fefa3ab0 (diff) | |
download | redot-engine-560fc0f19932a7b51e02e9eda8a64f284f41e6d0.tar.gz |
stb: Update to upstream stb_truetype 1.17 and stb_vorbis 1.11
Also fix documented OpenSSL version, it was updated to 1.0.2l in
67305d1b0a6dbcdb032d5a5a0e92122cf8f10b8d.
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 56afc9516c..f19cbe13fd 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -247,18 +247,18 @@ Collection of single-file libraries used in Godot components. * License: zlib - `stb_truetype.h` * Upstream: https://github.com/nothings/stb - * Version: 1.11 + * Version: 1.17 * License: Public Domain (Unlicense) or MIT - `stb_vorbis.c` * Upstream: https://github.com/nothings/stb - * Version: 1.09 + * Version: 1.11 * License: Public Domain (Unlicense) or MIT ## openssl - Upstream: https://www.openssl.org -- Version: 1.0.2h +- Version: 1.0.2l - License: OpenSSL license / BSD-like Files extracted from the upstream source: |