diff options
author | Mauro Carvalho Chehab | 2010-07-03 23:06:13 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2010-08-02 20:03:21 +0200 |
commit | 1ece36097d0170a41fc129b8b1823a36ec2fb5c6 (patch) | |
tree | d5204a159ec436635f82b3b65e202448030ce5da /include/linux/dvb | |
parent | V4L/DVB: DocBook/dvb: Update spec to reflect the current FE capabilities (diff) | |
download | kernel-qcow2-linux-1ece36097d0170a41fc129b8b1823a36ec2fb5c6.tar.gz kernel-qcow2-linux-1ece36097d0170a41fc129b8b1823a36ec2fb5c6.tar.xz kernel-qcow2-linux-1ece36097d0170a41fc129b8b1823a36ec2fb5c6.zip |
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 @@ #define _DVBVERSION_H_ #define DVB_API_VERSION 5 -#define DVB_API_VERSION_MINOR 1 +#define DVB_API_VERSION_MINOR 2 #endif /*_DVBVERSION_H_*/ |