diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-10-20 18:11:52 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-10-20 18:11:52 +0000 |
commit | 32a4854f3eea4b75cf591e5dc3242d3ae718909e (patch) | |
tree | 1cb65f8f49fce2b96980b6e72307c9f74383d201 /configure.in | |
parent | 08292071f4eb9ecf3f705325d5103e48ccbbbe0a (diff) | |
download | wireshark-32a4854f3eea4b75cf591e5dc3242d3ae718909e.tar.gz wireshark-32a4854f3eea4b75cf591e5dc3242d3ae718909e.tar.bz2 wireshark-32a4854f3eea4b75cf591e5dc3242d3ae718909e.zip |
Moved to version 0.7.6 and updated NEWS file. We have done _a lot_ in
the past month.
svn path=/trunk/; revision=895
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 95f22508a3..bf5db849b5 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ -# $Id: configure.in,v 1.53 1999/10/20 06:28:29 guy Exp $ +# $Id: configure.in,v 1.54 1999/10/20 18:11:52 gram Exp $ dnl Process this file with autoconf to produce a configure script. AC_INIT(etypes.h) -AM_INIT_AUTOMAKE(ethereal, 0.7.5) +AM_INIT_AUTOMAKE(ethereal, 0.7.6) dnl Check for CPU / vendor / OS AC_CANONICAL_HOST |