Skip to content

Commit 6ec3b6e

Browse files
committed
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
1 parent 46a082a commit 6ec3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rebar.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{application, rebar,
55
[{description, "Rebar: Erlang Build Tool"},
6-
{vsn, "git"},
6+
{vsn, "3.4.4"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

0 commit comments

Comments
 (0)