Skip to content

Commit

Permalink
V4L/DVB (10763): cx18: Increment version number due to significant ch…
Browse files Browse the repository at this point in the history
…anges for v4l2_subdevs

Driver is now at version 1.1.0.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 8d037ed commit f85953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/cx18/cx18-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

#define CX18_DRIVER_NAME "cx18"
#define CX18_DRIVER_VERSION_MAJOR 1
#define CX18_DRIVER_VERSION_MINOR 0
#define CX18_DRIVER_VERSION_PATCHLEVEL 4
#define CX18_DRIVER_VERSION_MINOR 1
#define CX18_DRIVER_VERSION_PATCHLEVEL 0

#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, \
Expand Down

0 comments on commit f85953d

Please sign in to comment.