Browse Source

Bump to 3.4.1

Includes Relx fixes

Signed-off-by: Fred Hebert <mononcqc@ferd.ca>
pull/1559/head 3.4.1
Fred Hebert 8 years ago
parent
commit
2312aa0228
No known key found for this signature in database GPG Key ID: B516E09C1FF39904
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bootstrap
  2. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap View File

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

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

Loading…
Cancel
Save