diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | xineliboutput.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ VDR Plugin 'xineliboutput' Revision History ------------------------------------------- +????-??-??: Version 2.0.0 + +- Dropped support for vdr < 2.0 + 2013-08-20: Version 1.1.0 - Added simple touchscreen remote controller to vdr-sxfe diff --git a/xineliboutput.c b/xineliboutput.c index 45ddea38..e9b550a9 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.58 2013-08-20 09:09:33 phintuka Exp $ + * $Id: xineliboutput.c,v 1.59 2013-08-20 12:12:24 phintuka Exp $ * */ @@ -43,7 +43,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.1.0"; +static const char *VERSION = "2.0.0-cvs"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |