From 6ec3b6e63a770df7d9178f5e0883a918a2f96526 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Sun, 10 Sep 2017 21:43:42 -0400 Subject: 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 --- src/rebar.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.1