summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/vino.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-04-01 08:15:52 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2009-04-01 08:15:52 +0200
commitf18a7c9190ee5b3b6583f3fed9481510833605e8 (patch)
treedb31d5eedeccc60272e575d2b527e1c2f7e960cc /linux/drivers/media/video/vino.c
parentecd19781802e003ad47bd21071a1739f3e622ef4 (diff)
downloadmediapointer-dvb-s2-f18a7c9190ee5b3b6583f3fed9481510833605e8.tar.gz
mediapointer-dvb-s2-f18a7c9190ee5b3b6583f3fed9481510833605e8.tar.bz2
v4l: increase version numbers of drivers converted to v4l2_subdev.
From: Hans Verkuil <hverkuil@xs4all.nl> With all the v4l2_subdev changes that were made to these drivers it is a good idea to increase the version number of each driver. It's just the patch level that is increased, except for the zoran and saa7146 drivers where the minor number was increased due to the more substantial changes that were made to those two drivers. Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/vino.c')
-rw-r--r--linux/drivers/media/video/vino.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/vino.c b/linux/drivers/media/video/vino.c
index 11b723c0a..a142da23b 100644
--- a/linux/drivers/media/video/vino.c
+++ b/linux/drivers/media/video/vino.c
@@ -60,8 +60,8 @@
// #define VINO_DEBUG
// #define VINO_DEBUG_INT
-#define VINO_MODULE_VERSION "0.0.5"
-#define VINO_VERSION_CODE KERNEL_VERSION(0, 0, 5)
+#define VINO_MODULE_VERSION "0.0.6"
+#define VINO_VERSION_CODE KERNEL_VERSION(0, 0, 6)
MODULE_DESCRIPTION("SGI VINO Video4Linux2 driver");
MODULE_VERSION(VINO_MODULE_VERSION);