From patchwork Fri Jun 28 09:36:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 255323 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 104A32C029D for ; Fri, 28 Jun 2013 19:36:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1844A10BAE3; Fri, 28 Jun 2013 09:36:31 +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 whCi0mI-W9w9; Fri, 28 Jun 2013 09:36:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3FAB9101F35; Fri, 28 Jun 2013 09:36:27 +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 7FB958F753 for ; Fri, 28 Jun 2013 09:36:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E4EE883EEA for ; Fri, 28 Jun 2013 09:36:19 +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 APQRdkHxcefr for ; Fri, 28 Jun 2013 09:36:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3E5F781F3C for ; Fri, 28 Jun 2013 09:36:18 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a12so1384416wgh.16 for ; Fri, 28 Jun 2013 02:36:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=cf9lZxqnTBK+JJHmMq5Vnkc61UoeSfT6vSCjdonWFLM=; b=llQ4DPg255BwAsbYalQw0fybjw9/6pVJlJU0wvV7cjKqjr7iO7WnT4AtuCrW01oJon 0sdPPFcwSq2vmAHPSlBcZl/vE8aRogrmHPBg1gH8QK4WhRfVvIhff5QXV6cdIT6CLE9Z X9RdOpXEU2LY1fZyCImE8ODhaEbk3isguTJunmYizSoMuWChpij4V4oWXVjjaFIhRjFK jUaYVGoI2atXpDdUC9OfXqHUS+hHav/pVkoMaooYRhYi+SKC52hP7Yj6cpcTL7RMHN/2 fK70h2ZXkrXYHSzcUEk2a8dxATVPE03IH8lRyyyJf4FT64YKuYHr6ulU9FpsEx52AfzO Jv+Q== X-Received: by 10.180.85.35 with SMTP id e3mr1792223wiz.30.1372412176624; Fri, 28 Jun 2013 02:36:16 -0700 (PDT) Received: from localhost.localdomain (host86-134-31-8.range86-134.btcentralplus.com. [86.134.31.8]) by mx.google.com with ESMTPSA id s19sm22590454wik.11.2013.06.28.02.36.13 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Jun 2013 02:36:15 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 28 Jun 2013 10:36:11 +0100 Message-Id: <1372412171-3500-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.1.2 Subject: [Buildroot] [PATCH] neard: bump version to 0.12 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 From: Simon Dawson Signed-off-by: Simon Dawson --- package/neard/neard.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/neard/neard.mk b/package/neard/neard.mk index 0fa30ea..56730b2 100644 --- a/package/neard/neard.mk +++ b/package/neard/neard.mk @@ -4,7 +4,7 @@ # ################################################################################ -NEARD_VERSION = 0.11 +NEARD_VERSION = 0.12 NEARD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/nfc NEARD_LICENSE = GPLv2 NEARD_LICENSE_FILES = COPYING