aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-05-23 12:19:09 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-05-23 12:19:09 -0400
commit0b5a643964b38f3ac72dfc135a0f7a7d4ec48539 (patch)
tree511060eb602c52eb9e50300ff05b9c7caa2bb63b /configure.ac
parentb9ed0cdaa69fe236c241375cab147b8c6c71c22f (diff)
Bump version to 1.2.0.97 (1.2.1 release 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 ad16192..b3a59c1 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.0.96], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.2.0.97], [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])