aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-02-19 00:28:15 +0000
committerGerald Combs <gerald@wireshark.org>2004-02-19 00:28:15 +0000
commit0fca48673499cb46eb0ffc93bfbfc54db35dbc74 (patch)
treeacb74e274c38e97240083450f8b5334152505d4d
parentad1a6ce0e47b8d84fa4615ae9a42807073525f40 (diff)
Bump the version to 0.10.1.
svn path=/trunk/; revision=10100
-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 a9175701fa..1dd30f863e 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,6 +1,6 @@
-# $Id: config.nmake,v 1.80 2004/02/10 18:12:40 ulfl Exp $
+# $Id: config.nmake,v 1.81 2004/02/19 00:28:14 gerald Exp $
-VERSION=0.10.0
+VERSION=0.10.1
#
# The RC_VERSION should be comma-separated, not dot-separated,
# as per Graham Bloice's message in
@@ -12,7 +12,7 @@ VERSION=0.10.0
# 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,10,0
+RC_VERSION=0,10,1
WTAP_VERSION=0.1
#
diff --git a/configure.in b/configure.in
index f390d1e587..945d71e3dd 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.246 2004/02/07 06:32:20 jmayer Exp $
+# $Id: configure.in,v 1.247 2004/02/19 00:28:14 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.10.0a)
+AM_INIT_AUTOMAKE(ethereal, 0.10.1)
AM_DISABLE_STATIC
diff --git a/epan/configure.in b/epan/configure.in
index 7545ecef75..1b46e92c2d 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.58 2004/02/08 01:15:53 jmayer Exp $
+# $Id: configure.in,v 1.59 2004/02/19 00:28:15 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.10.0a)
+AM_INIT_AUTOMAKE(libethereal.a, 0.10.1)
AM_CONFIG_HEADER(config.h)
AM_DISABLE_STATIC