diff options
author | phintuka <phintuka> | 2008-10-04 07:28:48 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-10-04 07:28:48 +0000 |
commit | 0ba1c67faacd072a63304a51566f11a27f7dcda2 (patch) | |
tree | bca535c44909eeb116bfe621ba11f7eea487c4bf | |
parent | 5c9c735dd1bd4000afe061cab174d7d463711510 (diff) | |
download | xineliboutput-0ba1c67faacd072a63304a51566f11a27f7dcda2.tar.gz xineliboutput-0ba1c67faacd072a63304a51566f11a27f7dcda2.tar.bz2 |
Start 1.1.0.
(Stable 1.0.x branched)
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 30728efe..bf9a3b00 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.33 2008-09-21 17:19:36 phintuka Exp $ + * $Id: xineliboutput.c,v 1.34 2008-10-04 07:28:48 phintuka Exp $ * */ @@ -41,7 +41,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.2"; +static const char *VERSION = "1.0.90-cvs"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |