mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
V4L/DVB (9803): cx18: Increment version number due to siginificant buffering changes
cx18: Increment version number due to siginificant buffering changes. Now version 1.0.4 Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
6ecd86dcc8
commit
765f6f612e
@@ -25,7 +25,7 @@
|
||||
#define CX18_DRIVER_NAME "cx18"
|
||||
#define CX18_DRIVER_VERSION_MAJOR 1
|
||||
#define CX18_DRIVER_VERSION_MINOR 0
|
||||
#define CX18_DRIVER_VERSION_PATCHLEVEL 3
|
||||
#define CX18_DRIVER_VERSION_PATCHLEVEL 4
|
||||
|
||||
#define CX18_VERSION __stringify(CX18_DRIVER_VERSION_MAJOR) "." __stringify(CX18_DRIVER_VERSION_MINOR) "." __stringify(CX18_DRIVER_VERSION_PATCHLEVEL)
|
||||
#define CX18_DRIVER_VERSION KERNEL_VERSION(CX18_DRIVER_VERSION_MAJOR, \
|
||||
|
||||
Reference in New Issue
Block a user