summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Mike Burns <mburns@thoughtbot.com>2018-07-13 14:26:52 -0400
committerGravatar Mike Burns <mburns@thoughtbot.com>2018-07-13 14:26:52 -0400
commitb9e4c162648686aa0d1b81ced3b78b703d792120 (patch)
tree5b2ba3451978129a8b0bea241c089e086f2190f3 /configure.ac
parent00cb50b23f33ab88bc958b1cf9f68ef4da232589 (diff)
Bump 1.3.3v1.3.3
A last-minute bug fix from Eric Collins, accidentally overlooked.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c4fa1fd..dcdfe54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT(rcm, 1.3.2, mburns@thoughtbot.com)
+AC_INIT(rcm, 1.3.3, mburns@thoughtbot.com)
AM_INIT_AUTOMAKE([subdir-objects])
# /bin/sh on Solaris is not POSIX, so try to find another one.