From d21e83b98b488341684a43d7bd904c8c1768a760 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Mon, 5 Mar 2001 22:53:41 +0000 Subject: Move version to 0.8.16. Fix build for splitting build dir from src dir. Note the use of updated GTK+ release for Win32 binaries. svn path=/trunk/; revision=3107 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e07cbb3028..1eed5da6d9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.113 2001/02/01 20:21:13 gram Exp $ +# $Id: configure.in,v 1.114 2001/03/05 22:53:37 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.15) +AM_INIT_AUTOMAKE(ethereal, 0.8.16) AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes) @@ -482,7 +482,7 @@ AC_ARG_WITH(plugindir, *) PLUGIN_DIR="$withval" esac ], - : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.15} + : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.16} ) PLUGIN_DIR=`( -- cgit v1.2.3