summaryrefslogtreecommitdiff
path: root/drivers/media/video/ivtv/ivtv-version.h
diff options
context:
space:
mode:
authorAndy Walls <awalls@md.metrocast.net>2010-06-12 13:55:33 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 14:48:30 -0300
commit4359e5b5ba3b746cd02bd3a18d576b11c0843419 (patch)
tree1e6180e339f445011bebfc8c734a23ace2ec2622 /drivers/media/video/ivtv/ivtv-version.h
parent215659d14f9dbc849ccda1655c94d710f8cc6384 (diff)
V4L/DVB: ivtv: Increment driver version due to firmware loading changes
Signed-off-by: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-version.h')
-rw-r--r--drivers/media/video/ivtv/ivtv-version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-version.h b/drivers/media/video/ivtv/ivtv-version.h
index b530dec399d3..b67a4048f5aa 100644
--- a/drivers/media/video/ivtv/ivtv-version.h
+++ b/drivers/media/video/ivtv/ivtv-version.h
@@ -23,7 +23,7 @@
#define IVTV_DRIVER_NAME "ivtv"
#define IVTV_DRIVER_VERSION_MAJOR 1
#define IVTV_DRIVER_VERSION_MINOR 4
-#define IVTV_DRIVER_VERSION_PATCHLEVEL 1
+#define IVTV_DRIVER_VERSION_PATCHLEVEL 2
#define IVTV_VERSION __stringify(IVTV_DRIVER_VERSION_MAJOR) "." __stringify(IVTV_DRIVER_VERSION_MINOR) "." __stringify(IVTV_DRIVER_VERSION_PATCHLEVEL)
#define IVTV_DRIVER_VERSION KERNEL_VERSION(IVTV_DRIVER_VERSION_MAJOR,IVTV_DRIVER_VERSION_MINOR,IVTV_DRIVER_VERSION_PATCHLEVEL)