summaryrefslogtreecommitdiffstats
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
parentbff0db17536fb8b9e06a66e9b26611512d6cbe8d (diff)
fixed some typos
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@44 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
-rw-r--r--configure.ac4
-rw-r--r--doc/NEWS5
2 files changed, 6 insertions, 3 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])
diff --git a/doc/NEWS b/doc/NEWS
index 09adbd6..f580b74 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,6 @@
+0.17b :: 13 Sep 2003 :: SVN 43
+ Fixed some typos
+
0.17 :: 13 Sep 2003 :: SVN 42
Init script update
compativility fix for gcc 2.95
@@ -96,4 +99,4 @@
0.1 :: 29. Sept. 2002
Initial version
-$Id: NEWS 1.23 Sat, 01 Feb 2003 03:03:31 +0100 lennart $
+$Id$