aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-21 22:47:16 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-21 22:47:16 -0400
commitddb73f39279f9adec0e6fc5bfc50bce4099e6323 (patch)
treedd3865ca5ec7455b8f0b6b7e3c15191fdcc6ffd8 /configure.ac
parentab94397726f66e04de58f3760ee8d7b94a18dec9 (diff)
Bump version to 1.0.9d
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 2ccc43c..5f827f5 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.0.9c], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.0.9d], [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])