From 84cb170403b5cc09d2ca61081cd86bada69a7e8d Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Mon, 26 Mar 2012 19:20:57 -0400 Subject: [PATCH] Bump autoconf version to 1.1.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cee766d..8a14d44 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([mosh], [1.1], [mosh-devel@mit.edu]) +AC_INIT([mosh], [1.1.1], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])