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.60) (envelope-from ) id 1Porn2-0008Lo-Uh for garchives@archives.gentoo.org; Mon, 14 Feb 2011 06:20:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 550CEE09E1; Mon, 14 Feb 2011 06:19:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 27435E09E1 for ; Mon, 14 Feb 2011 06:19:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BED231B40B4 for ; Mon, 14 Feb 2011 06:19:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C938580075 for ; Mon, 14 Feb 2011 06:19:46 +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: <11c1c34be9c1342d7b3de6445b07cae2eaf0c9c6.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: 11c1c34be9c1342d7b3de6445b07cae2eaf0c9c6 Date: Mon, 14 Feb 2011 06:19:46 +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: X-Archives-Hash: acbfcd3ae98a6b2f93217805b3bd8f41 commit: 11c1c34be9c1342d7b3de6445b07cae2eaf0c9c6 Author: Mike Frysinger gentoo org> AuthorDate: Mon Feb 14 06:16:40 2011 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Feb 14 06:16:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sandbox.git;a= =3Dcommit;h=3D11c1c34b bump to sandbox-2.6 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 3f4025c..5c1a110 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.61]) -AC_INIT([sandbox], [2.5], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.6], [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])