summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*