aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-16 13:36:55 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-16 13:46:56 -0400
commit2b5b0445df44c6e771a5cd36eaec98f902f3ac17 (patch)
treec68181e1641ee58fa7a31d58e2ad5ba463952045 /configure.ac
parentc896055d15b029aa15a1b03fbea7fce3592c95e4 (diff)
Bump version number to 1.02
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 3b73164..49eb146 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.01], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.02], [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])