1
0
mirror of https://github.com/erlang/rebar3.git synced 2025-04-19 02:04:00 +03:00

Bump to 3.24.0

This commit is contained in:
Fred Hebert 2024-08-29 08:09:08 -04:00
parent 26cd5271f2
commit 74c766d0d4
No known key found for this signature in database
GPG Key ID: EABF7EE98680CF48
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
{escript_name, rebar3}.
{escript_wrappers_windows, ["cmd", "powershell"]}.
{escript_comment, "%%Rebar3 3.23.0\n"}.
{escript_comment, "%%Rebar3 3.24.0\n"}.
{escript_emu_args, "%%! +sbtu +A1\n"}.
%% escript_incl_priv is for internal rebar-private use only.
%% Do not use outside rebar. Config interface is not stable.

View File

@ -2,7 +2,7 @@
%% ex: ts=4 sw=4 ft=erlang et
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "git"},
{vsn, "3.24.0"},
{modules, []},
{registered, []},
{applications, [kernel,

View File

@ -53,7 +53,7 @@ main(Args) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.23.0", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.24.0", filename:absname("_build/default/lib/rebar/")),
rebar_otp_app:compile(rebar_state:new(), App),
%% Because we are compiling files that are loaded already we want to silence

View File

@ -11,7 +11,7 @@
{escript_main_app, rebar}.
{escript_name, rebar3}.
{escript_wrappers_windows, ["cmd", "powershell"]}.
{escript_comment, "%%Rebar3 3.23.0\n"}.
{escript_comment, "%%Rebar3 3.24.0\n"}.
{escript_emu_args, "%%! +sbtu +A1\n"}.
%% escript_incl_priv is for internal rebar-private use only.
%% Do not use outside rebar. Config interface is not stable.