Bump autoconf version number

This commit is contained in:
Keith Winstein
2012-02-25 15:18:43 -05:00
parent f0199e2695
commit bc6c71820a
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([mosh], [0.94], [mosh-devel@mit.edu])
AC_INIT([mosh], [0.95], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
AC_CONFIG_MACRO_DIR([m4])