diff options
author | phintuka <phintuka> | 2009-02-12 10:59:08 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-12 10:59:08 +0000 |
commit | 616c7eedfb29b2e245c13a4872b2c61dd2af3265 (patch) | |
tree | 0cd83fed980135fa667149127fb5b0152ef19d20 | |
parent | 395141a63c74048715caef47d26ddfef107bd74e (diff) | |
download | xineliboutput-616c7eedfb29b2e245c13a4872b2c61dd2af3265.tar.gz xineliboutput-616c7eedfb29b2e245c13a4872b2c61dd2af3265.tar.bz2 |
1.0.4
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 9b4b0f0f..e2eb312e 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.30.2.3 2008-10-21 09:52:11 phintuka Exp $ + * $Id: xineliboutput.c,v 1.30.2.4 2009-02-12 10:59:07 phintuka Exp $ * */ @@ -41,7 +41,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.3"; +static const char *VERSION = "1.0.4"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |