aboutsummaryrefslogtreecommitdiff
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
parent674ce34333f49a5aea778e7659e7fe637dc1dab3 (diff)
[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>
-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 1421cc84afa..66594b1d5d7 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_*/