aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.nmake6
-rw-r--r--configure.in4
-rw-r--r--epan/configure.in4
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