Selaa lähdekoodia

Bump to 3.10.0

pull/2054/head
Tristan Sloughter 6 vuotta sitten
vanhempi
commit
25661c9450
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
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

@ -35,7 +35,7 @@ main(_) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.9.1", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.10.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.10.0"},
{modules, []},
{registered, []},
{applications, [kernel,

Ladataan…
Peruuta
Tallenna