aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@linuxtv.org>2011-08-16 11:04:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-03 19:07:21 -0300
commitc0f856d3f0e0643c617a86756fd58f23766cfe25 (patch)
tree5aa7c1174649fa94a8cf03765eba6fa79bfe4343 /include/linux/dvb
parent[media] DVB: dvb_frontend: remove static assignments from dtv_property_cache_sync() (diff)
downloadlinux-dev-c0f856d3f0e0643c617a86756fd58f23766cfe25.tar.xz
linux-dev-c0f856d3f0e0643c617a86756fd58f23766cfe25.zip
[media] DVB: increment minor version after addition of SYS_TURBO
Signed-off-by: Andreas Oberritter <obi@linuxtv.org> 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 1421cc84afaa..66594b1d5d7b 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 3
+#define DVB_API_VERSION_MINOR 4
#endif /*_DVBVERSION_H_*/