From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757213AbYIDShv (ORCPT ); Thu, 4 Sep 2008 14:37:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756661AbYIDSgL (ORCPT ); Thu, 4 Sep 2008 14:36:11 -0400 Received: from mail.work.de ([212.12.32.20]:58867 "EHLO mail.work.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755077AbYIDSgK (ORCPT ); Thu, 4 Sep 2008 14:36:10 -0400 Message-ID: <48C02A94.4060908@gmail.com> Date: Thu, 04 Sep 2008 22:36:04 +0400 From: Manu Abraham User-Agent: Thunderbird 1.5.0.14ubu (X11/20080306) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org, v4l-dvb-maintainer@linuxtv.org, akpm@linux-foundation.org Subject: DVB Update [PATCH 5/31] multiproto tree X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------090104090002080400000905" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------090104090002080400000905 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit >>From 66d17eea7f3962e571fbb3b8809cc5696a050878 Mon Sep 17 00:00:00 2001 From: Manu Abraham Date: Thu, 4 Sep 2008 12:20:30 +0200 Subject: [PATCH] DVB API update: Increment API minor version * Increment API minor version to reflect the changes to the frontend API From: Manu Abraham Signed-off-by: Manu Abraham version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --------------090104090002080400000905 Content-Type: text/x-patch; name="5.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="5.patch" >>From 66d17eea7f3962e571fbb3b8809cc5696a050878 Mon Sep 17 00:00:00 2001 From: Manu Abraham Date: Thu, 4 Sep 2008 12:20:30 +0200 Subject: [PATCH] DVB API update: Increment API minor version * Increment API minor version to reflect the changes to the frontend API From: Manu Abraham Signed-off-by: Manu Abraham diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h index 126e0c2..2dd76c8 100644 --- a/include/linux/dvb/version.h +++ b/include/linux/dvb/version.h @@ -24,6 +24,6 @@ #define _DVBVERSION_H_ #define DVB_API_VERSION 3 -#define DVB_API_VERSION_MINOR 2 +#define DVB_API_VERSION_MINOR 3 #endif /*_DVBVERSION_H_*/ --------------090104090002080400000905--