diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-15 13:20:04 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-15 13:20:04 +0200 |
commit | a551b5b124c9c67227f7fde9f3f7e27ee2bd441a (patch) | |
tree | f8957e4b5ecf10a202c731bad79162c7a7b0f42e /PLUGINS/src/servicedemo/svccli.c | |
parent | 0979904dfca6da24d45d06f9c2e9a692d56eb150 (diff) | |
download | vdr-a551b5b124c9c67227f7fde9f3f7e27ee2bd441a.tar.gz vdr-a551b5b124c9c67227f7fde9f3f7e27ee2bd441a.tar.bz2 |
Moved the "all" target in plugin Makefiles before the "Implicit rules"
Diffstat (limited to 'PLUGINS/src/servicedemo/svccli.c')
-rw-r--r-- | PLUGINS/src/servicedemo/svccli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/servicedemo/svccli.c b/PLUGINS/src/servicedemo/svccli.c index 9a4ed444..6e812b41 100644 --- a/PLUGINS/src/servicedemo/svccli.c +++ b/PLUGINS/src/servicedemo/svccli.c @@ -3,14 +3,14 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: svccli.c 1.1 2005/08/21 10:44:29 kls Exp $ + * $Id: svccli.c 1.2 2007/08/15 13:18:08 kls Exp $ */ #include <stdlib.h> #include <vdr/interface.h> #include <vdr/plugin.h> -static const char *VERSION = "0.1.1"; +static const char *VERSION = "0.1.2"; static const char *DESCRIPTION = "Service demo client"; static const char *MAINMENUENTRY = "Service demo"; |