Skip to content

Commit

Permalink
make-binaries: Bump Erlang/OTP version to 26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Jul 20, 2023
1 parent 83e6873 commit 68e3c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project adheres to [Semantic Versioning][SemVer].
- `mod_stats_prometheus`: Fine tune bucket sizes for TURN sessions, e.g., drop
the 1 KiB bucket, as the 4 KiB bucket size should be sufficient to identify
"inactive" sessions. Also, slightly alter the other bucket sizes.
- Binary release: Update Erlang/OTP from 25.0.3 to 26.0.1.
- Binary release: Update Erlang/OTP from 25.0.3 to 26.0.2.
- Binary release: Update Rebar3 from 3.19.0 to 3.22.0.
- Binary release: Update OpenSSL from 1.1.1q to 3.1.1.
- Binary release: Update zlib from 1.2.12 to 1.2.13.
Expand Down
2 changes: 1 addition & 1 deletion scripts/make-binaries
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ crosstool_vsn='1.25.0'
zlib_vsn='1.2.13'
yaml_vsn='0.2.5'
ssl_vsn='3.1.1'
otp_vsn='26.0.1'
otp_vsn='26.0.2'
root_dir="${BUILD_DIR:-$HOME/build}"
bootstrap_dir="$root_dir/bootstrap"
ct_prefix_dir="$root_dir/x-tools"
Expand Down

0 comments on commit 68e3c29

Please sign in to comment.