aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-06-12 14:56:05 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-06-12 14:56:05 -0400
commitcd285ba28ffaf515f21f509e01d3e5ed950f11f2 (patch)
tree5d8f591374c7fa731883a5d718c80f8318220846 /configure.ac
parentdd8329db06503659b46d21f96ea2fd498cd3239c (diff)
Bump version to 1.2.2.
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 c4b38d5..f89a00f 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.2.1], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.2.2], [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])