diff options
author | phintuka <phintuka> | 2006-08-07 18:05:49 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-07 18:05:49 +0000 |
commit | 9948a2e152c58b45dd31f6f4aac2bbd53546f68e (patch) | |
tree | 2ed74065594f2d7001cd1206fe04810a60a4f4cf | |
parent | 7fb669237ef0884ba7a69dfb38c73e351ea55342 (diff) | |
download | xineliboutput-9948a2e152c58b45dd31f6f4aac2bbd53546f68e.tar.gz xineliboutput-9948a2e152c58b45dd31f6f4aac2bbd53546f68e.tar.bz2 |
1.0.0pre2
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 0a8c0f0c..f4a7c321 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.5 2006-07-22 20:11:54 phintuka Exp $ + * $Id: xineliboutput.c,v 1.6 2006-08-07 18:05:49 phintuka Exp $ * */ @@ -43,7 +43,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.0pre1"; +static const char *VERSION = "1.0.0pre2"; static const char *DESCRIPTION = "X11/xine-lib output plugin"; static const char *MAINMENUENTRY = "Xine-lib"; |