瀏覽代碼

Bump to 3.14.2

pull/2432/head 3.14.2
Fred Hebert 4 年之前
父節點
當前提交
07fdbf5e2a
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      bootstrap
  2. +1
    -1
      rebar.config
  3. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap 查看文件

@ -46,7 +46,7 @@ main(_) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.14.1", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.14.2", 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

+ 1
- 1
rebar.config 查看文件

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

+ 1
- 1
src/rebar.app.src 查看文件

@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "git"},
{vsn, "3.14.2"},
{modules, []},
{registered, []},
{applications, [kernel,

Loading…
取消
儲存