From 3eaa0fce5ce2123f4098a553f50f7b0ff8022d07 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Mon, 13 Feb 2012 03:56:39 -0500 Subject: [PATCH] Increase version no. in configure.ac (and reduce required autoconf version) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a1c850c..0d99e9b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.68]) -AC_INIT([mosh], [0.91a], [mosh-devel@mit.edu]) +AC_PREREQ([2.67]) +AC_INIT([mosh], [0.92], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) AC_CONFIG_HEADERS([config.h])