summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mburns@thoughtbot.com>2020-08-28 16:38:25 -0400
committerGravatar Mike Burns <mburns@thoughtbot.com>2020-08-28 16:38:25 -0400
commitb9123ffae961bdb1a0e9c9a64c57ebd3d15c4ebf (patch)
tree6f8faf9f267ee060fc0cf0d9d32d9542ed38dbf0
parent6d3b28ac308652db22597fb61ac8bdc450f31963 (diff)
Bump to 1.3.4
* BUGFIX: Globs no longer expand permanently (Edd Salkield). * BUGFIX: Show $ for symlinked dirs in `lsrc -F` (Mathias Michel). * Feature: All symlinks in input are rejected (Mat M). * Packaging improvements (Stephen Groat, Martin Frost, Link Dupont).
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dcdfe54..0b7202f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT(rcm, 1.3.3, mburns@thoughtbot.com)
+AC_INIT(rcm, 1.3.4, mburns@thoughtbot.com)
AM_INIT_AUTOMAKE([subdir-objects])
# /bin/sh on Solaris is not POSIX, so try to find another one.