summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-09-13 11:27:32 +0000
committerLennart Poettering <lennart@poettering.net>2003-09-13 11:27:32 +0000
commit86b4f87f47097ba95b29babb51813d123e5fa619 (patch)
tree1008902aca0379e95b7b6f55c2ef3791c8d63fae /configure.ac
parentbff0db17536fb8b9e06a66e9b26611512d6cbe8d (diff)
fixed some typos
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@44 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3747b54..24e03e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# $Id: Makefile.am 22 2003-06-15 16:36:33Z lennart $
+# $Id$
# This file is part of ifplugd.
#
@@ -20,7 +20,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
AC_PREREQ(2.57)
-AC_INIT([ifplugd], [0.17], [mzvscyhtq (at) 0pointer (dot) de])
+AC_INIT([ifplugd], [0.17b], [mzvscyhtq (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/ifplugd.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])