diff options
author | phintuka <phintuka> | 2006-12-28 15:09:01 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-28 15:09:01 +0000 |
commit | 3ea5e44b6b4a32352f6b09c12a94e05af8199389 (patch) | |
tree | 7839563b01c5e7f936e4e7a1c0289bd62f7d5e4a | |
parent | b8a87dc7656ebb6f72b258682b3416edefe93184 (diff) | |
download | xineliboutput-3ea5e44b6b4a32352f6b09c12a94e05af8199389.tar.gz xineliboutput-3ea5e44b6b4a32352f6b09c12a94e05af8199389.tar.bz2 |
*** empty log message ***
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 3e38c840..6bfd5ed0 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.14 2006-12-15 13:47:20 phintuka Exp $ + * $Id: xineliboutput.c,v 1.15 2006-12-28 15:09:01 phintuka Exp $ * */ @@ -43,7 +43,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.0pre6"; +static const char *VERSION = "1.0.0pre7"; static const char *DESCRIPTION = "X11/xine-lib output plugin"; static const char *MAINMENUENTRY = "Media Player (xine-lib)"; |