diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-12 21:02:51 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-12 21:02:51 +0000 |
commit | 390eeb541edcb1aaef0bea9793d25ce597196dad (patch) | |
tree | 7328499a3b2f4c368fd6118243917f5452348d99 /configure.in | |
parent | 5ae55b0c8fc96f3d3ca102eb7dc17d705aa2bf06 (diff) | |
download | wireshark-390eeb541edcb1aaef0bea9793d25ce597196dad.tar.gz wireshark-390eeb541edcb1aaef0bea9793d25ce597196dad.tar.bz2 wireshark-390eeb541edcb1aaef0bea9793d25ce597196dad.zip |
Move to version 0.8.7.
I'm going to go ahead and install the plugins in a "0.8.7" directory, and
continue incrementing the micro number until the minor version changes to 9.
Then for all of 0.9.x, the plugin directory will be "0.9" until the ABI
changes again. This should cause less confusion, even if it means the
plugins don't change between 0.8.6 and 0.8.7.
svn path=/trunk/; revision=1834
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index c8c5a9f8cb..fe0c038ac0 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.88 2000/04/07 03:18:08 gram Exp $ +# $Id: configure.in,v 1.89 2000/04/12 21:02:49 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.6) +AM_INIT_AUTOMAKE(ethereal, 0.8.7) AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes) @@ -365,7 +365,7 @@ AC_ARG_WITH(plugindir, *) PLUGIN_DIR="$withval" esac ], - : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.5} + : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.7} ) PLUGIN_DIR=`( |