aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Foster <jfoste@woodward.com>2001-07-13 13:54:56 +0000
committerJeff Foster <jfoste@woodward.com>2001-07-13 13:54:56 +0000
commite49b8d5da73aa7a0e0f4bcc45a79946f6c6b3e79 (patch)
tree690b211433c41aeaadd393d14a85e8a9e0278505 /configure.in
parent3d152ef40adaa63cc4f6e20402244148ae21e749 (diff)
Updated for release 0.8.19
svn path=/trunk/; revision=3716
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 4445fa0244..94e80c8c5f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.131 2001/07/12 19:59:38 guy Exp $
+# $Id: configure.in,v 1.132 2001/07/13 13:54:54 jfoster 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.8.18)
+AM_INIT_AUTOMAKE(ethereal, 0.8.19)
AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes)