From: Andreas Oberritter Date: Tue, 16 Aug 2011 14:04:07 +0000 (-0300) Subject: [media] DVB: increment minor version after addition of SYS_TURBO X-Git-Tag: next-20110927~67^2~4^2~148 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c0f856d3f0e0643c617a86756fd58f23766cfe25;p=karo-tx-linux.git [media] DVB: increment minor version after addition of SYS_TURBO Signed-off-by: Andreas Oberritter Signed-off-by: Mauro Carvalho Chehab --- 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_*/