aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-04-11 03:37:09 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-04-11 03:37:09 -0400
commit719e085f3ea3b15714a58692185a9fc544a572d2 (patch)
tree9fe58d381b20e6f1cc6d0384202ed2f76fccb5f8 /configure.ac
parenta67ae7b0f4024290d29a9d616b86e71b6918fde4 (diff)
Bump version number
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 93ff3d4..66d4aa7 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.3], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.1.3a], [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])