From patchwork Tue Aug 16 14:04:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Oberritter X-Patchwork-Id: 1071672 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p7GE4Mrq000337 for ; Tue, 16 Aug 2011 14:04:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752688Ab1HPOEU (ORCPT ); Tue, 16 Aug 2011 10:04:20 -0400 Received: from mail.dream-property.net ([82.149.226.172]:33557 "EHLO mail.dream-property.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983Ab1HPOET (ORCPT ); Tue, 16 Aug 2011 10:04:19 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id E7995315386C for ; Tue, 16 Aug 2011 16:04:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Zy2ScAjf36fM for ; Tue, 16 Aug 2011 16:04:09 +0200 (CEST) Received: from pepe.dream-property.nete (dreamboxupdate.com [82.149.226.174]) by mail.dream-property.net (Postfix) with SMTP id B6307315387D for ; Tue, 16 Aug 2011 16:04:08 +0200 (CEST) Received: by pepe.dream-property.nete (sSMTP sendmail emulation); Tue, 16 Aug 2011 14:04:08 +0000 From: Andreas Oberritter To: linux-media@vger.kernel.org Subject: [PATCH] DVB: increment minor version after addition of SYS_TURBO Date: Tue, 16 Aug 2011 14:04:07 +0000 Message-Id: <1313503447-13743-2-git-send-email-obi@linuxtv.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1313503447-13743-1-git-send-email-obi@linuxtv.org> References: <1313503447-13743-1-git-send-email-obi@linuxtv.org> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 16 Aug 2011 14:04:22 +0000 (UTC) Signed-off-by: Andreas Oberritter --- 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 #endif /*_DVBVERSION_H_*/