diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-04 19:47:20 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-04 19:47:20 +0000 |
commit | a35cbd9da9e9bab9967188987704f9e6a520f2bf (patch) | |
tree | 77f3de36b16a2ede12337d10ae6a9a379cfc628f /configure.in | |
parent | 570597952c2f88cfaaee92a7c0a852ef9924ca5c (diff) | |
download | wireshark-a35cbd9da9e9bab9967188987704f9e6a520f2bf.tar.gz wireshark-a35cbd9da9e9bab9967188987704f9e6a520f2bf.tar.bz2 wireshark-a35cbd9da9e9bab9967188987704f9e6a520f2bf.zip |
Move to version 0.8.5
svn path=/trunk/; revision=1795
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 722b24524a..ed0f9891c5 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.85 2000/03/31 20:45:29 guy Exp $ +# $Id: configure.in,v 1.86 2000/04/04 19:47:20 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.4) +AM_INIT_AUTOMAKE(ethereal, 0.8.5) AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes) |