summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2013-08-20 12:12:24 +0000
committerphintuka <phintuka>2013-08-20 12:12:24 +0000
commit500341908617335ff9c73556f52f57bd388582af (patch)
tree27afa09d07f80684d4224f55bf839c34034129df
parent36835a46ae5dff4f0c45993659d3d83972d379fe (diff)
downloadxineliboutput-500341908617335ff9c73556f52f57bd388582af.tar.gz
xineliboutput-500341908617335ff9c73556f52f57bd388582af.tar.bz2
Start 2.0.0
-rw-r--r--HISTORY4
-rw-r--r--xineliboutput.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 00f38c93..67193f6a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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");