diff options
author | Gerd Knorr <devnull@localhost> | 2004-04-21 13:56:21 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-04-21 13:56:21 +0000 |
commit | a35cda5504266d06a8ecb0fe58b5a36e27f7220b (patch) | |
tree | 27416c7d569b6c2650febc2ff023733b5b822d24 /linux/drivers/media/video/cx88 | |
parent | 21670f578b7a70257ae82759d1afe87826ef4aca (diff) | |
download | mediapointer-dvb-s2-a35cda5504266d06a8ecb0fe58b5a36e27f7220b.tar.gz mediapointer-dvb-s2-a35cda5504266d06a8ecb0fe58b5a36e27f7220b.tar.bz2 |
- bumb versions for release.
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index f7fd2eefe..628fdfe99 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -49,7 +49,7 @@ #include "cx88-reg.h" #include <linux/version.h> -#define CX88_VERSION_CODE KERNEL_VERSION(0,0,3) +#define CX88_VERSION_CODE KERNEL_VERSION(0,0,4) #ifndef TRUE # define TRUE (1==1) |