summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--xineliboutput.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 77f26eb5..00f38c93 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,8 +1,9 @@
VDR Plugin 'xineliboutput' Revision History
-------------------------------------------
-????-??-??: Version 1.1.0
+2013-08-20: Version 1.1.0
+- Added simple touchscreen remote controller to vdr-sxfe
- Added XShape support for HUD OSD: opaque HUD OSD when no compositing manager
(Thanks to grueni75)
- Added support for background image streams (display images or videos while playing music)
diff --git a/xineliboutput.c b/xineliboutput.c
index fc93b90a..45ddea38 100644
--- a/xineliboutput.c
+++ b/xineliboutput.c
@@ -21,7 +21,7 @@
*
* xineliboutput.c: VDR Plugin interface
*
- * $Id: xineliboutput.c,v 1.57 2013-08-20 09:05:38 phintuka Exp $
+ * $Id: xineliboutput.c,v 1.58 2013-08-20 09:09:33 phintuka Exp $
*
*/
@@ -43,7 +43,7 @@
//---------------------------------plugin-------------------------------------
-static const char *VERSION = "1.0.90-cvs";
+static const char *VERSION = "1.1.0";
static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin");
static const char *MAINMENUENTRY = trNOOP("Media Player");