Increase version no. in configure.ac (and reduce required autoconf version)

This commit is contained in:
Keith Winstein
2012-02-13 03:56:39 -05:00
parent ee67c85e88
commit 3eaa0fce5c
+2 -2
View File
@@ -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])