diff options
author | Gerald Combs <gerald@wireshark.org> | 2002-06-28 20:15:31 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2002-06-28 20:15:31 +0000 |
commit | 1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e (patch) | |
tree | ad3e2f96aa5b8a30363f1c51344764e78df0d3bf /epan | |
parent | 6ecde9ff1776e9aba419cbb9ea6595d920db011f (diff) | |
download | wireshark-1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e.tar.gz wireshark-1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e.tar.bz2 wireshark-1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e.zip |
Bump the version up to 0.9.5.
svn path=/trunk/; revision=5779
Diffstat (limited to 'epan')
-rw-r--r-- | epan/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/configure.in b/epan/configure.in index 037a015fa3..296f572992 100644 --- a/epan/configure.in +++ b/epan/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.24 2002/05/18 04:00:35 gerald Exp $ +# $Id: configure.in,v 1.25 2002/06/28 20:15:31 gerald 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(epan.c) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE(libethereal.a, 0.9.4) +AM_INIT_AUTOMAKE(libethereal.a, 0.9.5) AM_CONFIG_HEADER(config.h) dnl Check for CPU / vendor / OS |