ソースを参照

Bump to 3.9.0

pull/2016/head 3.9.0
Fred Hebert 6年前
コミット
94bcd31f94
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      bootstrap
  2. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap ファイルの表示

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

+ 1
- 1
src/rebar.app.src ファイルの表示

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

読み込み中…
キャンセル
保存