aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-10 06:42:21 -0500
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-10 06:42:21 -0500
commitbc3297aa75680269d4d626ea64543e0855da8db6 (patch)
treedb461158d1a801790e19515b28178e48bf5f2cd8 /configure.ac
parent122d9fbccfa9314e72c9fabb28aaa6ea92126c4c (diff)
Small cleanup to generated output when predictions active
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00609b6..7defcc1 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], [0.98], [mosh-devel@mit.edu])
+AC_INIT([mosh], [0.98a], [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])