aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-12-10 21:50:04 +0000
committerGerald Combs <gerald@wireshark.org>2003-12-10 21:50:04 +0000
commit9fd657a0e1db145aa9733118ed09daaacf589edf (patch)
treef44ceedfc97285b068489b373bb786ef612131a8
parentd9c27dc211c4daabbfab8d68bf398b04c6ac9ded (diff)
Bump the version to 0.10.0. It could be (and has been) argued that the
last release should have been 0.10.0. svn path=/trunk/; revision=9235
-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 39ce4f646f..b93453b37e 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,6 +1,6 @@
-# $Id: config.nmake,v 1.67 2003/12/07 00:04:31 gerald Exp $
+# $Id: config.nmake,v 1.68 2003/12/10 21:50:04 gerald Exp $
-VERSION=0.9.16
+VERSION=0.10.0
#
# This should be comma-separated, not dot-separated, as per Graham
# Bloice's message in
@@ -12,7 +12,7 @@ VERSION=0.9.16
# number to be correctly displayed in the explorer properties dialog
# for the executables, and XP's tooltip, rather than 0.0.0.0."
#
-RC_VERSION=0,9,16
+RC_VERSION=0,10,0
WTAP_VERSION=0.0
#
diff --git a/configure.in b/configure.in
index aa3633dd6b..8d3ed407dc 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.234 2003/12/06 16:35:18 gram Exp $
+# $Id: configure.in,v 1.235 2003/12/10 21:50:04 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
@@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(ethereal, 0.9.16)
+AM_INIT_AUTOMAKE(ethereal, 0.10.0)
dnl Checks for programs.
AC_PROG_CC
diff --git a/epan/configure.in b/epan/configure.in
index a6501d3c51..6a89752f3a 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.50 2003/12/06 16:35:18 gram Exp $
+# $Id: configure.in,v 1.51 2003/12/10 21:50:04 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
@@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(libethereal.a, 0.9.16)
+AM_INIT_AUTOMAKE(libethereal.a, 0.10.0)
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.