From patchwork Sun Oct 7 22:40:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Valentine Barshak X-Patchwork-Id: 189870 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 8AC552C026A for ; Mon, 8 Oct 2012 09:39:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CE8588A340; Sun, 7 Oct 2012 22:39:38 +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 CCKkuQApFuAL; Sun, 7 Oct 2012 22:39:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D57028A32D; Sun, 7 Oct 2012 22:39:37 +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 10D8A8F74A for ; Sun, 7 Oct 2012 22:39:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7AA06898F5 for ; Sun, 7 Oct 2012 22:39:36 +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 YlxDxT4Urr2J for ; Sun, 7 Oct 2012 22:39:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id DCA7A86649 for ; Sun, 7 Oct 2012 22:39:34 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id m4so3694846lbo.16 for ; Sun, 07 Oct 2012 15:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=O/Wwvl//rfBFlco1Atzsn58L060/S4ebA1N2FVrr+sY=; b=aNymK/yVX/qYMH4wwHYgFxs86LxByzTw/OkKIj3xKfDMPSPXefXxmT9npCuB3taBSq 4F4kWkzk64CcSTzG45ihDAxg+s0/G8buyOIOecNqDr4iYG2DKZhc189Gtilm7wf/k7aR +YM2arbdIuJIxKki+BbtdNRgTbrCmS7sBFcUkNQSE144SRGcGtMssP9gmj+b/Q2UMgtE 2dqFLr6vZ3i3c/6lMcRnThEoiBwDzJgCIkbnCqpZXA55fLlWHOJ9PsJmakj8QHZxLodl C4vKZhI2XwgRDHlXchKD2UAYUxmx6IAEPh6bgK7eFkV26GwQIMxBPvlQ0/gZYyZ+CNhR XxHQ== Received: by 10.112.51.195 with SMTP id m3mr6005117lbo.17.1349649572568; Sun, 07 Oct 2012 15:39:32 -0700 (PDT) Received: from black.localnet ([93.100.122.208]) by mx.google.com with ESMTPS id t8sm2734626lbm.2.2012.10.07.15.39.31 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 07 Oct 2012 15:39:31 -0700 (PDT) From: Valentine Barshak To: buildroot@busybox.net Date: Mon, 8 Oct 2012 02:40:27 +0400 Message-Id: <1349649627-12659-1-git-send-email-gvaxon@gmail.com> X-Mailer: git-send-email 1.7.11.4 Subject: [Buildroot] [PATCH] sylpheed: Bump version to 3.2 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 Signed-off-by: Valentine Barshak --- package/sylpheed/sylpheed.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk index 32c0a82..491737e 100644 --- a/package/sylpheed/sylpheed.mk +++ b/package/sylpheed/sylpheed.mk @@ -3,7 +3,7 @@ # sylpheed # ############################################################# -SYLPHEED_VERSION_MAJOR = 3.1 +SYLPHEED_VERSION_MAJOR = 3.2 SYLPHEED_VERSION_MINOR = 0 SYLPHEED_VERSION = $(SYLPHEED_VERSION_MAJOR).$(SYLPHEED_VERSION_MINOR) SYLPHEED_SOURCE = sylpheed-$(SYLPHEED_VERSION).tar.bz2