Bläddra i källkod

Bump to 3.4.3

pull/1619/head 3.4.3
Fred Hebert 7 år sedan
förälder
incheckning
533a27731b
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: B516E09C1FF39904
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      bootstrap
  2. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap Visa fil

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

+ 1
- 1
src/rebar.app.src Visa fil

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

Laddar…
Avbryt
Spara