aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-05-23 06:52:25 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-05-23 07:23:44 -0400
commit9b75ab0da7af10817c11663f959e2e8c915e34f0 (patch)
treecb09d6763e1f5a2c3b42fa8dfb8d7c03e2986fee /configure.ac
parent6594ae35e91560476767c11dd031a2fe16ae493d (diff)
Have Debian package install ufw and bash_completion.
Closes #248.
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 2ed42a7..ad16192 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.95], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.2.0.96], [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])