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 | |
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
-rw-r--r-- | config.nmake | 6 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | epan/configure.in | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/config.nmake b/config.nmake index 1849b05dbd..3a307d23c1 100644 --- a/config.nmake +++ b/config.nmake @@ -1,7 +1,7 @@ -# $Id: config.nmake,v 1.26 2002/05/18 04:00:34 gerald Exp $ +# $Id: config.nmake,v 1.27 2002/06/28 20:15:30 gerald Exp $ -VERSION=0.9.4 -RC_VERSION=0.9.4 +VERSION=0.9.5 +RC_VERSION=0.9.5 WTAP_VERSION=0.0 GTK_VERSION=1.3 diff --git a/configure.in b/configure.in index f3df617ba4..cbc1963db9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.167 2002/05/18 17:17:12 gerald Exp $ +# $Id: configure.in,v 1.168 2002/06/28 20:15:30 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(etypes.h) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE(ethereal, 0.9.4) +AM_INIT_AUTOMAKE(ethereal, 0.9.5) dnl Check for CPU / vendor / OS AC_CANONICAL_HOST 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 |