aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-04-16 21:13:37 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-04-16 21:13:37 -0400
commitac2875141b10f00f1cdaea96493eac481e706a7d (patch)
treed34e1fc40bf64227c1c60a6a98470b29efb5939a /configure.ac
parenta289a2319e4718f6082087c0f8dc7dfea3a8dc6e (diff)
Bump version for 1.2 release pre-candidate
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 d67d463..f1195cf 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.3a], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.1.94], [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])