From 5d30a7730fa08774a1c48082580eb40a4e9a8095 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Sun, 14 Dec 2003 22:13:22 +0000 Subject: API version bounce CVS patchset: 5912 CVS date: 2003/12/14 22:13:22 --- src/video_out/video_out_none.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/video_out/video_out_none.c') diff --git a/src/video_out/video_out_none.c b/src/video_out/video_out_none.c index 9b5609865..1b24d695f 100644 --- a/src/video_out/video_out_none.c +++ b/src/video_out/video_out_none.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_none.c,v 1.19 2003/12/05 15:55:03 f1rmb Exp $ + * $Id: video_out_none.c,v 1.20 2003/12/14 22:13:25 siggi Exp $ * * Was originally part of toxine frontend. * ...but has now been adapted to xine coding style standards ;) @@ -307,6 +307,6 @@ static vo_info_t vo_info_none = { plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_VIDEO_OUT, 18, "none", XINE_VERSION_CODE, &vo_info_none, init_class }, + { PLUGIN_VIDEO_OUT, 19, "none", XINE_VERSION_CODE, &vo_info_none, init_class }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; -- cgit v1.2.3