Commit 11bd199a authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11708): gspca - main: Version change.

parent 0fd327bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Main USB camera driver
 *
 * V4L2 by Jean-Francois Moine <http://moinejf.free.fr>
 * Copyright (C) 2008-2009 Jean-Francois Moine (http://moinejf.free.fr)
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
@@ -47,7 +47,7 @@ MODULE_AUTHOR("Jean-Francois Moine <http://moinejf.free.fr>");
MODULE_DESCRIPTION("GSPCA USB Camera Driver");
MODULE_LICENSE("GPL");

#define DRIVER_VERSION_NUMBER	KERNEL_VERSION(2, 5, 0)
#define DRIVER_VERSION_NUMBER	KERNEL_VERSION(2, 6, 0)

#ifdef GSPCA_DEBUG
int gspca_debug = D_ERR | D_PROBE;