diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-07-03 17:06:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 14:03:21 -0400 |
commit | 1ece36097d0170a41fc129b8b1823a36ec2fb5c6 (patch) | |
tree | d5204a159ec436635f82b3b65e202448030ce5da /include/linux/dvb | |
parent | 8d3557e21d0b305392ac73a64411dfab0e794960 (diff) |
V4L/DVB: Increment DVB API version
A new flag were added at the Frontend capabilities. Increment
API minor revision.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r-- | include/linux/dvb/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h index 540b0583d9fb..5a7546c12688 100644 --- a/include/linux/dvb/version.h +++ b/include/linux/dvb/version.h | |||
@@ -24,6 +24,6 @@ | |||
24 | #define _DVBVERSION_H_ | 24 | #define _DVBVERSION_H_ |
25 | 25 | ||
26 | #define DVB_API_VERSION 5 | 26 | #define DVB_API_VERSION 5 |
27 | #define DVB_API_VERSION_MINOR 1 | 27 | #define DVB_API_VERSION_MINOR 2 |
28 | 28 | ||
29 | #endif /*_DVBVERSION_H_*/ | 29 | #endif /*_DVBVERSION_H_*/ |