summaryrefslogtreecommitdiff
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-07-03 18:06:13 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 15:03:21 -0300
commit1ece36097d0170a41fc129b8b1823a36ec2fb5c6 (patch)
treed5204a159ec436635f82b3b65e202448030ce5da /include/linux/dvb
parent8d3557e21d0b305392ac73a64411dfab0e794960 (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.h2
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_*/