From patchwork Sat Oct 27 10:32:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 194609 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 2D6B92C00AE for ; Sat, 27 Oct 2012 21:33:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0E98410B933; Sat, 27 Oct 2012 10:33:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y--F5YEb6f2U; Sat, 27 Oct 2012 10:33:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2543110B8B9; Sat, 27 Oct 2012 10:33:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id DB21B8F74A for ; Sat, 27 Oct 2012 10:33:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 588E08D2AC for ; Sat, 27 Oct 2012 10:33:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZAgTSv29IMCf for ; Sat, 27 Oct 2012 10:33:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay020.isp.belgacom.be (Mailrelay020.isp.belgacom.be [195.238.6.95]) by whitealder.osuosl.org (Postfix) with ESMTP id B02068CF46 for ; Sat, 27 Oct 2012 10:33:03 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoFAN23i1BR8baU/2dsb2JhbABEhVEBvQmBCYJ7I09LNwmIAQe8HYt+gzCDJAOVdIEYjyeCcYFZ Received: from 148.182-241-81.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([81.241.182.148]) by relay.skynet.be with ESMTP; 27 Oct 2012 12:33:01 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Sat, 27 Oct 2012 12:32:20 +0200 Message-Id: <1351333940-8793-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.8.0 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] directfb bump version 1.4.17 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Bump version to 1.4.17 (buxfix release) Signed-off-by: Sagaert Johan --- package/directfb/directfb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index e5763d7..b1e35ae 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -4,7 +4,7 @@ # ############################################################# DIRECTFB_VERSION_MAJOR = 1.4 -DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).16 +DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).17 DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR) DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz DIRECTFB_LICENSE = LGPLv2.1+