diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile | 2 | ||||
-rw-r--r-- | client/streamdev-client.c | 2 | ||||
-rw-r--r-- | client/streamdev-client.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/client/Makefile b/client/Makefile index 204053f..ecc4787 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.2 2010/06/20 19:12:56 schmirl Exp $ +# $Id: Makefile,v 1.2 2010/07/19 13:49:25 schmirl 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/client/streamdev-client.c b/client/streamdev-client.c index 79c3d74..b03fbbe 100644 --- a/client/streamdev-client.c +++ b/client/streamdev-client.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: streamdev-client.c,v 1.1.2.1 2010/06/14 10:40:11 schmirl Exp $ + * $Id: streamdev-client.c,v 1.2 2010/07/19 13:49:25 schmirl Exp $ */ #include "streamdev-client.h" diff --git a/client/streamdev-client.h b/client/streamdev-client.h index 07befe3..0972dcc 100644 --- a/client/streamdev-client.h +++ b/client/streamdev-client.h @@ -1,5 +1,5 @@ /* - * $Id: streamdev-client.h,v 1.1.2.1 2010/06/14 10:40:11 schmirl Exp $ + * $Id: streamdev-client.h,v 1.2 2010/07/19 13:49:25 schmirl Exp $ */ #ifndef VDR_STREAMDEVCLIENT_H |