diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-07-03 18:06:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 15:03:21 -0300 |
commit | 1ece36097d0170a41fc129b8b1823a36ec2fb5c6 (patch) | |
tree | d5204a159ec436635f82b3b65e202448030ce5da /include/linux | |
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')
-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 540b0583d9f..5a7546c1268 100644 --- a/include/linux/dvb/version.h +++ b/include/linux/dvb/version.h @@ -24,6 +24,6 @@ #define _DVBVERSION_H_ #define DVB_API_VERSION 5 -#define DVB_API_VERSION_MINOR 1 +#define DVB_API_VERSION_MINOR 2 #endif /*_DVBVERSION_H_*/ |