Selaa lähdekoodia

Bump to 3.8.0

pull/1991/head 3.8.0
Fred Hebert 6 vuotta sitten
vanhempi
commit
4b6f537df2
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      bootstrap
  2. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap Näytä tiedosto

@ -27,7 +27,7 @@ main(_) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.7.5", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.8.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 Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna