diff options
author | phintuka <phintuka> | 2007-03-16 16:44:29 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-03-16 16:44:29 +0000 |
commit | 87c09302ce4f7c3055221407fb2fd123de5c0cf5 (patch) | |
tree | c75a8cc5d029f4c327b43642a03a4bef9d3ac388 | |
parent | 0aaa801fea805a69a95b97b1bb4f9cee04793dc5 (diff) | |
download | xineliboutput-87c09302ce4f7c3055221407fb2fd123de5c0cf5.tar.gz xineliboutput-87c09302ce4f7c3055221407fb2fd123de5c0cf5.tar.bz2 |
1.0.0rc1
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index e0ea83f4..3d3c73fc 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.17 2007-01-22 22:59:16 phintuka Exp $ + * $Id: xineliboutput.c,v 1.18 2007-03-16 16:44:29 phintuka Exp $ * */ @@ -43,7 +43,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.0pre7"; +static const char *VERSION = "1.0.0rc1"; static const char *DESCRIPTION = "X11/xine-lib output plugin"; static const char *MAINMENUENTRY = "Media Player"; |