From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 32D9159CA9 for ; Tue, 29 Mar 2016 12:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62EC721C08F; Tue, 29 Mar 2016 12:24:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89E3321C08F for ; Tue, 29 Mar 2016 12:24:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CB6C340C3C for ; Tue, 29 Mar 2016 12:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20BAC872 for ; Tue, 29 Mar 2016 12:24:35 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459250088.04250fcd67b2558cd24f561ef47e9d14e91f3d1f.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: 04250fcd67b2558cd24f561ef47e9d14e91f3d1f X-VCS-Branch: master Date: Tue, 29 Mar 2016 12:24:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4fe9292-8195-4f2c-8947-68659f7df240 X-Archives-Hash: 6e54411643c6e6ba836d15624d110c25 commit: 04250fcd67b2558cd24f561ef47e9d14e91f3d1f Author: Mike Frysinger gentoo org> AuthorDate: Tue Mar 29 11:14:48 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Mar 29 11:14:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=04250fcd bump to sandbox-2.12 Signed-off-by: Mike Frysinger gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 18be54b..c91db66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sandbox], [2.11], [sandbox@gentoo.org]) +AC_INIT([sandbox], [2.12], [sandbox@gentoo.org]) AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall]) AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm AC_CONFIG_HEADER([config.h])