summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2017-11-17 12:02:18 -0500
committerFred Hebert <mononcqc@ferd.ca>2017-11-17 12:03:35 -0500
commit6c9b3e361d33cb2f6f54108bdb71ea3cfa40fa12 (patch)
treee3658126c720927ca86b8d838b7efe54be0fb6bf
parent94976d51db59d644ad540ffcacd52dd2c4d83398 (diff)
Bump to 3.4.5
- OTP-21 readiness, Full Unicode support, massive dep upgrade - fixed handling of proxy username and password when fetching registry - git versions from tag made consistent and all strip 'v' prefix - Prevent hard crash on duplicate plugin paths - Fix include paths in profile multiapp edge case - Fix unlock state carry, which broke do sequences with unlock in them. - Avoid guessing on utf8 decoding of app files - Various fixes related to .app files - Warn user when an unsupported local git or hg resource is used - Corrects a fix to src_dir values - Update eunit_formatters to latest version - Changes in wording of warnings for more accuracy
-rwxr-xr-xbootstrap2
-rw-r--r--src/rebar.app.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index e9bd7f1..02eb28a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,7 +24,7 @@ main(_) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
- {ok, App} = rebar_app_info:new(rebar, "3.4.4", filename:absname("_build/default/lib/rebar/")),
+ {ok, App} = rebar_app_info:new(rebar, "3.4.5", 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
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 74efe97..0b6f76d 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.5"},
{modules, []},
{registered, []},
{applications, [kernel,