diff options
author | Andreas Oberritter <obi@linuxtv.org> | 2011-08-16 11:04:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-03 19:07:21 -0300 |
commit | c0f856d3f0e0643c617a86756fd58f23766cfe25 (patch) | |
tree | 5aa7c1174649fa94a8cf03765eba6fa79bfe4343 /include/linux/dvb/version.h | |
parent | 674ce34333f49a5aea778e7659e7fe637dc1dab3 (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>
Diffstat (limited to 'include/linux/dvb/version.h')
-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 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_*/ |