diff options
Diffstat (limited to 'PLUGINS/src/svdrpdemo')
-rw-r--r-- | PLUGINS/src/svdrpdemo/Makefile | 2 | ||||
-rw-r--r-- | PLUGINS/src/svdrpdemo/svdrpdemo.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/svdrpdemo/Makefile b/PLUGINS/src/svdrpdemo/Makefile index 7715284..c835f3c 100644 --- a/PLUGINS/src/svdrpdemo/Makefile +++ b/PLUGINS/src/svdrpdemo/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.9 2008/01/13 13:00:20 kls Exp $ +# $Id: Makefile 2.0 2008/01/13 13:00:20 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. diff --git a/PLUGINS/src/svdrpdemo/svdrpdemo.c b/PLUGINS/src/svdrpdemo/svdrpdemo.c index 008d25b..d618e26 100644 --- a/PLUGINS/src/svdrpdemo/svdrpdemo.c +++ b/PLUGINS/src/svdrpdemo/svdrpdemo.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: svdrpdemo.c 1.3 2007/08/15 13:19:57 kls Exp $ + * $Id: svdrpdemo.c 2.0 2007/08/15 13:19:57 kls Exp $ */ #include <vdr/plugin.h> |