diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-05-01 05:19:25 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-05-01 05:19:25 +0000 |
commit | 77e276e6171d8715ac954a5cb62746c4ce42c922 (patch) | |
tree | 8dba9fc785386646e905f7811a623411398f9256 /configure.in | |
parent | fcee16869cc572cfd9240c7d0235ade97e0e0d9a (diff) | |
download | wireshark-77e276e6171d8715ac954a5cb62746c4ce42c922.tar.gz wireshark-77e276e6171d8715ac954a5cb62746c4ce42c922.tar.bz2 wireshark-77e276e6171d8715ac954a5cb62746c4ce42c922.zip |
Fixed 0.6.0 packaging problems.
svn path=/trunk/; revision=252
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 fbce5fe942..d75a241888 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ -# $Id: configure.in,v 1.22 1999/04/30 20:31:56 gram Exp $ +# $Id: configure.in,v 1.23 1999/05/01 05:19:23 gram Exp $ dnl Process this file with autoconf to produce a configure script. AC_INIT(etypes.h) -AM_INIT_AUTOMAKE(ethereal, 0.6.0) +AM_INIT_AUTOMAKE(ethereal, 0.6.1) dnl Check for CPU / vendor / OS AC_CANONICAL_HOST |