Bump the version up to 0.9.5.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Jun 2002 20:15:31 +0000 (20:15 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Jun 2002 20:15:31 +0000 (20:15 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5779 f5534014-38df-0310-8fa8-9805f1628bb7

config.nmake
configure.in
epan/configure.in

index 1849b05dbdd17a025808e7e1f5fb903fe605ce7f..3a307d23c14ec2f1c6b1ff0dc0adb18faab7da11 100644 (file)
@@ -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
index f3df617ba4d3c6f7e327b4dc84e41b1babbaaadd..cbc1963db9433981fd9eed1432dabd87f42d9c82 100644 (file)
@@ -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
index 037a015fa31e1ad02a74a97545c595b89a8b76ee..296f5729923ad6ac6faf72dd7acffdf54318910b 100644 (file)
@@ -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