From b9123ffae961bdb1a0e9c9a64c57ebd3d15c4ebf Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 28 Aug 2020 16:38:25 -0400 Subject: 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). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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. -- cgit v1.2.3