[03/11] increment DVB API to version 5.6 for ATSC-MH frontend control

Message ID 1337033453-22119-3-git-send-email-mkrufky@linuxtv.org (mailing list archive)
State RFC, archived
Headers

Commit Message

Michael Krufky May 14, 2012, 10:10 p.m. UTC
  increment the DVB API version to 5.6 to signify support for
controlling an ATSC-MH frontend.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
---
 include/linux/dvb/version.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h
index 0559e2b..43d9e8d 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 5
+#define DVB_API_VERSION_MINOR 6
 
 #endif /*_DVBVERSION_H_*/