diff options
author | Gerd Knorr <devnull@localhost> | 2004-02-24 19:20:03 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-02-24 19:20:03 +0000 |
commit | 11ce2f03c7eab083427dbf08a95789438504ae1f (patch) | |
tree | 8f15e9ef476879bb834f0ef67acdb09968f4d1eb /linux/drivers/media/video/cx88/cx88.h | |
parent | f23db2025c734101dc4ec0845f74956e623f5a91 (diff) | |
download | mediapointer-dvb-s2-11ce2f03c7eab083427dbf08a95789438504ae1f.tar.gz mediapointer-dvb-s2-11ce2f03c7eab083427dbf08a95789438504ae1f.tar.bz2 |
- bump version numbers for release.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-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 55a2f1f7b..97fae4ee1 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,1) +#define CX88_VERSION_CODE KERNEL_VERSION(0,0,2) #ifndef TRUE # define TRUE (1==1) |