From f62ba33db63270a8edf25c1ae1b46bc6baa0c463 Mon Sep 17 00:00:00 2001 From: Carl Olof Erlandsson Date: Mon, 9 Mar 2015 11:54:03 +0100 Subject: [PATCH] Update version number to 1.1.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6eef8ecb..db3dd6f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([pick], [1.1.0], [hello@thoughtbot.com]) +AC_INIT([pick], [1.1.1], [hello@thoughtbot.com]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) AC_PROG_CC