diff options
author | phintuka <phintuka> | 2006-07-06 04:07:09 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-07-06 04:07:09 +0000 |
commit | 947c27cf729baa85b3e989145f2abb685fdd5dda (patch) | |
tree | 47ac6934fe13e7dfe44e933666f3753351fab6dd | |
parent | bab9898aeb8c55d28d0a5ba7b3e6440f65466869 (diff) | |
download | xineliboutput-947c27cf729baa85b3e989145f2abb685fdd5dda.tar.gz xineliboutput-947c27cf729baa85b3e989145f2abb685fdd5dda.tar.bz2 |
0.99
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 3c1025ba..cbff7088 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.3 2006-07-02 17:03:26 phintuka Exp $ + * $Id: xineliboutput.c,v 1.4 2006-07-06 04:07:09 phintuka Exp $ * */ @@ -43,7 +43,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "0.99rc6"; +static const char *VERSION = "0.99"; static const char *DESCRIPTION = "X11/xine-lib output plugin"; static const char *MAINMENUENTRY = "Xine-lib"; |