diff options
author | phintuka <phintuka> | 2008-04-14 22:44:32 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-04-14 22:44:32 +0000 |
commit | 702e4f746472b3a6e4381de558b7c9d1c9eac830 (patch) | |
tree | 0f546ea1bb15116ce3112bdd19e286b173495797 | |
parent | a8bf2964b882d44a4e4ede72d60c7e4dcdccdabd (diff) | |
download | xineliboutput-702e4f746472b3a6e4381de558b7c9d1c9eac830.tar.gz xineliboutput-702e4f746472b3a6e4381de558b7c9d1c9eac830.tar.bz2 |
Start 1.0.1
-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"); |