From patchwork Thu Oct 11 11:57:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Khryukin X-Patchwork-Id: 190882 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 743DB2C0085 for ; Thu, 11 Oct 2012 22:58:01 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9362B10BC53; Thu, 11 Oct 2012 11:57:55 +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 pglnoPkH6-k6; Thu, 11 Oct 2012 11:57:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 37EF710BAC9; Thu, 11 Oct 2012 11:57:53 +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 CF7208F74A for ; Thu, 11 Oct 2012 11:57:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 262118ED4A for ; Thu, 11 Oct 2012 11:57:55 +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 5tlCeQtVof7F for ; Thu, 11 Oct 2012 11:57:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50]) by whitealder.osuosl.org (Postfix) with ESMTPS id AD7DB8EFE7 for ; Thu, 11 Oct 2012 11:57:53 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id z32so1518560qad.16 for ; Thu, 11 Oct 2012 04:57:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=K2TCHG1CJyalrlbKEET9y22NR/7BiT7roFU9Doc6gFs=; b=ljBWTl6jHraLX63+URYrnpCKCERoeYtkpQ79nPgHm0vI/NQqaS3eeqNihYwJo+awOc lQDXRPblft5ueGY/SDKjam+INk4xRDyNrvbVqwC54v7dHqUx92ChdyNXXvIuSR9M22av MHHk46HyArjQz+aleRQz/lWKoduV0VQZODFebx2sAtgl7RqUfzJxft5IplCXlE6+h9/I gjVfg/ikmTK6yd+PmHyI6vRRk59FD+U8KTRExKG1as58YyENtzbg/hQocmhPau+d/mN6 /bNhFNosxQIcw8wE1VH0eknB3221Q9uHs0iqpQgdEZ6gzTkXPRWWmyZ5l0FRHug9IE4G 2jOQ== MIME-Version: 1.0 Received: by 10.229.177.130 with SMTP id bi2mr221976qcb.138.1349956672598; Thu, 11 Oct 2012 04:57:52 -0700 (PDT) Received: by 10.49.131.104 with HTTP; Thu, 11 Oct 2012 04:57:52 -0700 (PDT) Date: Thu, 11 Oct 2012 15:57:52 +0400 X-Google-Sender-Auth: ND32RgEtasFQkYSgECBq1cbbyvw Message-ID: From: Alexander Khryukin To: buildroot@busybox.net Subject: [Buildroot] vala version update 0.18.0 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Alexander Khryukin --- commit 57874f61cfc22fa2e1e5cf73f84323e3f4fa0699 Author: Alexander Khryukin Date: Thu Oct 11 12:01:05 2012 +0000 vala version update 0.18.0 diff --git a/package/vala/vala.mk b/package/vala/vala.mk index e4b8b54..5c333c5 100644 --- a/package/vala/vala.mk +++ b/package/vala/vala.mk @@ -4,8 +4,8 @@ # ############################################################# -VALA_VERSION_MAJOR = 0.17 -VALA_VERSION_MINOR = 7 +VALA_VERSION_MAJOR = 0.18 +VALA_VERSION_MINOR = 0 VALA_VERSION = $(VALA_VERSION_MAJOR).$(VALA_VERSION_MINOR) VALA_SITE = http://download.gnome.org/sources/vala/$(VALA_VERSION_MAJOR) VALA_SOURCE = vala-$(VALA_VERSION).tar.xz