aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-03-22 17:03:30 +0000
committerGerald Combs <gerald@wireshark.org>2004-03-22 17:03:30 +0000
commit4c0ecdcd9b781212858c6ccabd0cdcc69c33984d (patch)
tree8fda5500bd2f815b032817c280dd6ec5d57a76ee
parentf5bda7829cf5154abc8504c2a75033df584b2c30 (diff)
downloadwireshark-4c0ecdcd9b781212858c6ccabd0cdcc69c33984d.tar.gz
wireshark-4c0ecdcd9b781212858c6ccabd0cdcc69c33984d.tar.bz2
wireshark-4c0ecdcd9b781212858c6ccabd0cdcc69c33984d.zip
Bump the version up to 0.10.3.
svn path=/trunk/; revision=10436
-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 b5f8412084..b120766a5d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,6 +1,6 @@
-# $Id: config.nmake,v 1.83 2004/02/24 18:51:39 ulfl Exp $
+# $Id: config.nmake,v 1.84 2004/03/22 17:03:29 gerald Exp $
-VERSION=0.10.2
+VERSION=0.10.3
#
# The RC_VERSION should be comma-separated, not dot-separated,
# as per Graham Bloice's message in
@@ -12,7 +12,7 @@ VERSION=0.10.2
# 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,2
+RC_VERSION=0,10,3
WTAP_VERSION=0.1
#
diff --git a/configure.in b/configure.in
index 47154905bd..ea0a89fd73 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.251 2004/03/17 18:20:57 jmayer Exp $
+# $Id: configure.in,v 1.252 2004/03/22 17:03:29 gerald Exp $
#
AC_INIT(etypes.h)
@@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(ethereal, 0.10.2)
+AM_INIT_AUTOMAKE(ethereal, 0.10.3)
AM_DISABLE_STATIC
diff --git a/epan/configure.in b/epan/configure.in
index 0e200ef69e..344978c80c 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.67 2004/03/17 18:20:58 jmayer Exp $
+# $Id: configure.in,v 1.68 2004/03/22 17:03:30 gerald Exp $
#
AC_INIT(epan.c)
@@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(libethereal.a, 0.10.2)
+AM_INIT_AUTOMAKE(libethereal.a, 0.10.3)
AM_CONFIG_HEADER(config.h)
AM_DISABLE_STATIC