From cc67250f7cd42d706a00c965863d47f08870e8a4 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Mon, 2 Oct 2017 21:29:30 -0500 Subject: Roll 1.6.0 --- README.md | 6 ++++++ kerl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 566aed1..2ec2f39 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,12 @@ will honor that instead, and will not do any automatic configuration. Changelog --------- +2 October 2017 - 1.6.0 + + - Support clang 9 and High Sierra command-line tools (CLT) on older Erlang + builds. (#234) + - Fix a pointer error on clang 9 (#235) + 25 May 2017 - 1.5.1 - Bug Fix: Remove spurious spaces (#209) diff --git a/kerl b/kerl index 3f4671d..ded8aad 100755 --- a/kerl +++ b/kerl @@ -24,7 +24,7 @@ unset ERL_TOP -KERL_VERSION="1.5.1" +KERL_VERSION="1.6.0" #Grep fix for mac pcre errors GREP_OPTIONS='' -- cgit v1.2.3