From 4386002cc34d6a37e5f3f483c57efabe6359e771 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 27 Oct 2000 02:22:08 +0000 Subject: Move to version 0.8.13. Mention IGRP dissector in NEWS. svn path=/trunk/; revision=2539 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4cf36b3c0f..749707afbc 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.106 2000/10/17 09:21:51 guy Exp $ +# $Id: configure.in,v 1.107 2000/10/27 02:22:04 gram 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 @@ -13,7 +13,7 @@ AC_INIT(etypes.h) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE(ethereal, 0.8.12) +AM_INIT_AUTOMAKE(ethereal, 0.8.13) AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes) @@ -384,7 +384,7 @@ AC_ARG_WITH(plugindir, *) PLUGIN_DIR="$withval" esac ], - : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.12} + : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.13} ) PLUGIN_DIR=`( -- cgit v1.2.3