diff options
author | phintuka <phintuka> | 2008-10-21 09:52:12 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-10-21 09:52:12 +0000 |
commit | f12971b782bdf829027484b7fe078f0cbdf7b7b9 (patch) | |
tree | a3a4a945e8ab15b8206738da2754f3df24203004 | |
parent | 09eb57973518cf0e0c403848f22df32d1a7043ea (diff) | |
download | xineliboutput-f12971b782bdf829027484b7fe078f0cbdf7b7b9.tar.gz xineliboutput-f12971b782bdf829027484b7fe078f0cbdf7b7b9.tar.bz2 |
1.0.3
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 3a521b0c..9b4b0f0f 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.30.2.2 2008-09-26 19:38:45 phintuka Exp $ + * $Id: xineliboutput.c,v 1.30.2.3 2008-10-21 09:52:11 phintuka Exp $ * */ @@ -41,7 +41,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.2"; +static const char *VERSION = "1.0.3"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |