diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | xineliboutput.c | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ VDR Plugin 'xineliboutput' Revision History ------------------------------------------- +????-??-??: Version 1.0.1 +- + 2008-04-14: Version 1.0.0 - Added Italian translations (Thanks to Gringo) - Added Czech translations (Thanks to Maya) diff --git a/xineliboutput.c b/xineliboutput.c index 47c4d68b..fd84fca5 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.28 2008-04-13 22:45:07 phintuka Exp $ + * $Id: xineliboutput.c,v 1.29 2008-04-14 22:44:32 phintuka Exp $ * */ @@ -41,7 +41,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.0"; +static const char *VERSION = "1.0.1-cvs"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |