From 49ca325845facc139209ef0bd2c93584d11dceb2 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 11 Mar 2024 13:27:11 +0100 Subject: [PATCH] make-binaries: Bump to OTP 26.2.3, Elixir 1.16.2, Expat 2.6.2 --- tools/make-binaries | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/make-binaries b/tools/make-binaries index 0c63b7c16..6b2e9fec6 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -67,12 +67,12 @@ rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:] mix_vsn=$(mix_version "$rel_vsn") crosstool_vsn='1.26.0' termcap_vsn='1.3.1' -expat_vsn='2.6.0' +expat_vsn='2.6.2' zlib_vsn='1.3.1' yaml_vsn='0.2.5' ssl_vsn='3.2.1' -otp_vsn='26.2.2' -elixir_vsn='1.16.1' +otp_vsn='26.2.3' +elixir_vsn='1.16.2' pam_vsn='1.5.2' png_vsn='1.6.42' jpeg_vsn='9f'