aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-21 19:25:56 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-21 19:25:56 -0400
commit96a6d7c63bdf2c93620dee738a6d410305353677 (patch)
tree345d05d09e5a758aa741d5c80e8e080d99722f2d /configure.ac
parent0b0ff72f40dce7d2c29308b36b9fb48c2f0019be (diff)
Bump version number to 1.0.9c
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 0b8785a..2ccc43c 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.9b], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.0.9c], [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])