Selaa lähdekoodia

Bump to 3.4.7

pull/1669/head 3.4.7
Fred Hebert 7 vuotta sitten
vanhempi
commit
81a5711b6d
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +1
    -1
      bootstrap
  2. +1
    -1
      pr2relnotes.sh
  3. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap Näytä tiedosto

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

@ -13,7 +13,7 @@ awk -v url=$url '
/^commit / {mode="new"}
# merge commit default message
/ +Merge pull request/ {
mode=="new" && / +Merge pull request/ {
page_id=substr($4, 2, length($4)-1);
mode="started";
next;

+ 1
- 1
src/rebar.app.src Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna