summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-01-14 15:25:34 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-01-14 15:25:34 +0100
commit773a28080cf129b96c760fbcb515ba389c58ccbf (patch)
tree35a07df1065936d91672f70f3711cfaf443ba711
parent237c3bc44954cd17087bbe437edbd575300b99f1 (diff)
Update copyright and bump version to pre0 (ti fix Debian bug #460527)
-rw-r--r--Makefile4
-rw-r--r--inotail.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cfa1402..34a6041 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
# Makefile for inotail
#
-# Copyright (C) 2006-2007 Tobias Klauser <tklauser@distanz.ch>
+# Copyright (C) 2006-2008 Tobias Klauser <tklauser@distanz.ch>
#
# Licensed under the terms of the GNU General Public License; version 2 or later.
-VERSION = 0.5
+VERSION = 0.6-pre0
# Paths
prefix = /usr/local
diff --git a/inotail.c b/inotail.c
index becd95f..fcf9185 100644
--- a/inotail.c
+++ b/inotail.c
@@ -3,7 +3,7 @@
* A fast implementation of tail which uses the inotify API present in
* recent versions of the Linux kernel.
*
- * Copyright (C) 2005-2007, Tobias Klauser <tklauser@distanz.ch>
+ * Copyright (C) 2005-2008, Tobias Klauser <tklauser@distanz.ch>
*
* The idea was taken from turbotail.
*