diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-09-10 21:43:42 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2017-09-10 21:43:42 -0400 |
commit | 6ec3b6e63a770df7d9178f5e0883a918a2f96526 (patch) | |
tree | 28553b51a2cfeee0f0df738f4218c2bc81d7af37 /src | |
parent | 46a082afec58d8081a3a896a7f64b9cbfb71a19c (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 74efe97..4be8b76 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "git"}, + {vsn, "3.4.4"}, {modules, []}, {registered, []}, {applications, [kernel, |