aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-02 23:36:01 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-02 23:36:01 +0000
commit8077c266a5e70bc19ac18c9f62369d3cf5252e11 (patch)
tree50d75be3565ae25616c48101b336fa1f10b30c51 /configure.in
parent774f80af4361921b03801875ef13d1d1e78f9030 (diff)
Bump the version number to 0.9.16.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8861 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6f0119c084..d82546746a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.229 2003/10/30 22:06:07 guy Exp $
+# $Id: configure.in,v 1.230 2003/11/02 23:36:01 gerald Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(ethereal, 0.9.15)
+AM_INIT_AUTOMAKE(ethereal, 0.9.16)
dnl Checks for programs.
AC_PROG_CC