diff mbox

DVB: increment minor version after addition of SYS_TURBO

Message ID 1313503447-13743-2-git-send-email-obi@linuxtv.org (mailing list archive)
State Accepted
Headers show

Commit Message

Andreas Oberritter Aug. 16, 2011, 2:04 p.m. UTC
Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
---
Depends on https://patchwork.kernel.org/patch/1045472/

 include/linux/dvb/version.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Mauro Carvalho Chehab Sept. 3, 2011, 4:19 p.m. UTC | #1
Hi Andreas,

Em 16-08-2011 11:04, Andreas Oberritter escreveu:
> Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
> ---
> Depends on https://patchwork.kernel.org/patch/1045472/
> 
>  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 1421cc8..66594b1 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

Could you also please update the DocBooks for it?

Let's avoid increasing the gap between the specs and the
API.

Thank you!
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h
index 1421cc8..66594b1 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_*/