From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Sm904-0002yV-VQ for garchives@archives.gentoo.org; Tue, 03 Jul 2012 19:43:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0BB4E0484; Tue, 3 Jul 2012 19:42:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C0B21E0484 for ; Tue, 3 Jul 2012 19:42:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 316E61B404E for ; Tue, 3 Jul 2012 19:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E2ED6E5436 for ; Tue, 3 Jul 2012 19:42:55 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1341344566.55c01af683271d91e38e46a1d5637375347c1020.vapier@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: / X-VCS-Repository: proj/sandbox X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 55c01af683271d91e38e46a1d5637375347c1020 X-VCS-Branch: master Date: Tue, 3 Jul 2012 19:42:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f479d9d8-fc5e-4b21-a5e5-0d5186669fb8 X-Archives-Hash: 18d271138e776c0476628595a71bd884 commit: 55c01af683271d91e38e46a1d5637375347c1020 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jul 3 19:42:36 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jul 3 19:42:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sandbox.git;a= =3Dcommit;h=3D55c01af6 bump to sandbox-2.7 Signed-off-by: Mike Frysinger gentoo.org> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 3bf3a8c..65811dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.61]) -AC_INIT([sandbox], [2.6], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.7], [sandbox@gentoo.org]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip silent-rules -Wall]) AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm AC_CONFIG_HEADER([config.h])