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/skincurses/skincurses.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/skincurses/skincurses.c')
-rw-r--r-- | PLUGINS/src/skincurses/skincurses.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c index 9324210c..148d12ca 100644 --- a/PLUGINS/src/skincurses/skincurses.c +++ b/PLUGINS/src/skincurses/skincurses.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: skincurses.c 1.15 2007/07/20 14:45:07 kls Exp $ + * $Id: skincurses.c 1.16 2007/08/15 13:19:05 kls Exp $ */ #include <ncurses.h> @@ -11,7 +11,7 @@ #include <vdr/plugin.h> #include <vdr/skins.h> -static const char *VERSION = "0.1.2"; +static const char *VERSION = "0.1.3"; static const char *DESCRIPTION = "A text only skin"; static const char *MAINMENUENTRY = NULL; |