diff options
author | phintuka <phintuka> | 2013-08-20 12:12:24 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2013-08-20 12:12:24 +0000 |
commit | 500341908617335ff9c73556f52f57bd388582af (patch) | |
tree | 27afa09d07f80684d4224f55bf839c34034129df | |
parent | 36835a46ae5dff4f0c45993659d3d83972d379fe (diff) | |
download | xineliboutput-500341908617335ff9c73556f52f57bd388582af.tar.gz xineliboutput-500341908617335ff9c73556f52f57bd388582af.tar.bz2 |
Start 2.0.0
-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"); |