Browse Source

Bump to 3.4.4

- fix sys config merging
- Fix relative src_dir specifications to avoid
  double .app.src file detection
- Recompile when include files change in
  non-default directories
pull/1630/head 3.4.4
Fred Hebert 7 years ago
parent
commit
6ec3b6e63a
No known key found for this signature in database GPG Key ID: B516E09C1FF39904
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar.app.src

+ 1
- 1
src/rebar.app.src View File

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

Loading…
Cancel
Save