From 5400f6f5377b1f80ae21a977e8ca7617b567c55b Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 26 Apr 2003 22:34:31 +0000 Subject: bump up input plugin interface version number CVS patchset: 4692 CVS date: 2003/04/26 22:34:31 --- src/input/input_pvr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_pvr.c') diff --git a/src/input/input_pvr.c b/src/input/input_pvr.c index f0a94bd62..349a1a2d9 100644 --- a/src/input/input_pvr.c +++ b/src/input/input_pvr.c @@ -39,7 +39,7 @@ * usage: * xine pvr:\!\! * - * $Id: input_pvr.c,v 1.15 2003/04/13 16:02:54 tmattern Exp $ + * $Id: input_pvr.c,v 1.16 2003/04/26 22:34:32 guenter Exp $ */ /************************************************************************** @@ -1411,7 +1411,7 @@ static void *init_plugin (xine_t *xine, void *data) { plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_INPUT, 12, "pvr", XINE_VERSION_CODE, NULL, init_plugin }, + { PLUGIN_INPUT, 13, "pvr", XINE_VERSION_CODE, NULL, init_plugin }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; -- cgit v1.2.3