aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-10 21:50:04 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-10 21:50:04 +0000
commit553169556ad2174d6278548fe6881cd1a1d638ab (patch)
treef44ceedfc97285b068489b373bb786ef612131a8 /configure.in
parent28b1f2f31a2f35e3b10bae9b7c61edbd0f7995b9 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9235 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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