Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
include/linux/dvb/version.h
··· 24 24 #define _DVBVERSION_H_ 25 25 26 26 #define DVB_API_VERSION 5 27 - #define DVB_API_VERSION_MINOR 1 27 + #define DVB_API_VERSION_MINOR 2 28 28 29 29 #endif /*_DVBVERSION_H_*/