Explorar el Código

version bump 3.7.4

pull/1957/head 3.7.4
Tristan Sloughter hace 6 años
padre
commit
0907ccea9a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: AAB97DDECCEB8150
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      bootstrap
  2. +1
    -1
      src/rebar.app.src

+ 1
- 1
bootstrap Ver fichero

@ -27,7 +27,7 @@ main(_) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.7.3", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.7.4", 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 Ver fichero

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

Cargando…
Cancelar
Guardar