aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-01-21 02:12:37 +0000
committerGerald Combs <gerald@wireshark.org>2003-01-21 02:12:37 +0000
commitfe60d5b02e9f5353f7e87d3415476c3bba6686ea (patch)
tree359486a53a5f9577e24624fe88b39d879d4367c6 /configure.in
parent96dae34f018c0d0e89a2d3e34f9fc6bfb920a5c2 (diff)
Bump the version to 0.9.9. Update the NEWS and ChangeLog files.
I'm shooting for a release on Wednesday evening. svn path=/trunk/; revision=6952
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 aa6dc16e7b..ba5dfb1486 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.192 2003/01/14 23:53:32 guy Exp $
+# $Id: configure.in,v 1.193 2003/01/21 02:12:16 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.8)
+AM_INIT_AUTOMAKE(ethereal, 0.9.9)
dnl Checks for programs.
AC_PROG_CC