summaryrefslogtreecommitdiff
path: root/epan/configure.in
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-01-12 04:18:49 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-01-12 04:18:49 +0000
commit180a72641450a5c2c5d1e617f43a6194b57a302d (patch)
tree5fdf37293dfd0bef53f5e7f6aa1f76e182ce3147 /epan/configure.in
parent512d0d1c236ec5cbfcec5779eee71625e36b9026 (diff)
downloadwireshark-180a72641450a5c2c5d1e617f43a6194b57a302d.tar.gz
Move the libethereal version to 0.8.15, and use the C preprocessor
macro "VERSION" to create the version-specific directory name for plugins in plugins.c svn path=/trunk/; revision=2883
Diffstat (limited to 'epan/configure.in')
-rw-r--r--epan/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/configure.in b/epan/configure.in
index 78c7f17c58..b16734acce 100644
--- a/epan/configure.in
+++ b/epan/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.2 2000/10/17 07:30:34 guy Exp $
+# $Id: configure.in,v 1.3 2001/01/12 04:18:49 gram 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(epan.c)
AC_PREREQ(2.13)
-AM_INIT_AUTOMAKE(libethereal.a, 0.0.0)
+AM_INIT_AUTOMAKE(libethereal.a, 0.8.15)
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.