diff options
-rw-r--r-- | drivers/media/video/ivtv/ivtv-version.h | 2 |
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 85530a3cd369..122d56105969 100644 --- a/drivers/media/video/ivtv/ivtv-version.h +++ b/drivers/media/video/ivtv/ivtv-version.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #define IVTV_DRIVER_NAME "ivtv" | 20 | #define IVTV_DRIVER_NAME "ivtv" |
21 | #define IVTV_DRIVER_VERSION_MAJOR 1 | 21 | #define IVTV_DRIVER_VERSION_MAJOR 1 |
22 | #define IVTV_DRIVER_VERSION_MINOR 0 | 22 | #define IVTV_DRIVER_VERSION_MINOR 1 |
23 | #define IVTV_DRIVER_VERSION_PATCHLEVEL 0 | 23 | #define IVTV_DRIVER_VERSION_PATCHLEVEL 0 |
24 | 24 | ||
25 | #define IVTV_VERSION __stringify(IVTV_DRIVER_VERSION_MAJOR) "." __stringify(IVTV_DRIVER_VERSION_MINOR) "." __stringify(IVTV_DRIVER_VERSION_PATCHLEVEL) | 25 | #define IVTV_VERSION __stringify(IVTV_DRIVER_VERSION_MAJOR) "." __stringify(IVTV_DRIVER_VERSION_MINOR) "." __stringify(IVTV_DRIVER_VERSION_PATCHLEVEL) |