diff options
author | phintuka <phintuka> | 2008-09-26 19:38:45 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-09-26 19:38:45 +0000 |
commit | 5f5ccad5a2b15b3d85f6fd1c1aba12f59a87ecb1 (patch) | |
tree | 9032b2946f1fa609a430e6d7a5fc2f6f80f781b4 | |
parent | e647ecd53503d2382f5171fc580ad0c66ded675e (diff) | |
download | xineliboutput-5f5ccad5a2b15b3d85f6fd1c1aba12f59a87ecb1.tar.gz xineliboutput-5f5ccad5a2b15b3d85f6fd1c1aba12f59a87ecb1.tar.bz2 |
1.0.2
-rw-r--r-- | xineliboutput.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index ed60048e..3a521b0c 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -1,7 +1,7 @@ /* * vdr-xineliboutput: xine-lib based output device plugin for VDR * - * Copyright (C) 2003-2006 Petri Hintukainen <phintuka@cc.hut.fi> + * Copyright (C) 2003-2008 Petri Hintukainen <phintuka@users.sourceforge.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.30.2.1 2008-09-26 19:15:48 phintuka Exp $ + * $Id: xineliboutput.c,v 1.30.2.2 2008-09-26 19:38:45 phintuka Exp $ * */ @@ -41,7 +41,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.1"; +static const char *VERSION = "1.0.2"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |