aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-05-23 03:37:25 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-05-23 03:37:25 -0400
commitfa5b48c1a9d43dd471b446e58002bc6265203513 (patch)
treea438991dc0e93bc5b29f3680f9658ed826efa4e7 /configure.ac
parent5e86700a0ae74b75cf49319cb201004a70e30f0b (diff)
Bump version to 1.2.0.95 (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 8d0e0ed..13e0ac1 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], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.2.0.95], [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])