aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-07-16 20:57:01 -0500
committerMark Allen <[email protected]>2016-07-16 20:57:01 -0500
commitf945409f2be7a13e714a6b99853f9f3e2f8fddad (patch)
tree2da6de032813ad1cca11e8cd8d13e67b1adfc150
parent9ccd2159f90c6b0b8b95cda42cc10128f809d611 (diff)
downloadkerl-1.3.1.tar.gz
kerl-1.3.1.tar.bz2
kerl-1.3.1.zip
Roll 1.3.11.3.1
-rw-r--r--README.md5
-rwxr-xr-xkerl2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index fec4f0e..1ffefbd 100644
--- a/README.md
+++ b/README.md
@@ -439,6 +439,11 @@ Prints the available builds and installations as well as the currently active in
Changelog
---------
+16 July 2016 - 1.3.1
+
+ - Fix argument order in archive unpacking (#146)
+ - When building, show output of unmet dependencies or other build prerequisites (#148)
+
1 July 2016 - 1.3.0
- basic fish shell support (#91)
diff --git a/kerl b/kerl
index e91dac9..e5f6c76 100755
--- a/kerl
+++ b/kerl
@@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-KERL_VERSION="1.1.1"
+KERL_VERSION="1.3.1"
#Grep fix for mac pcre errors
GREP_OPTIONS=''