From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-852323-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 272DD1384B4
	for <garchives@archives.gentoo.org>; Sat, 19 Dec 2015 18:10:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4A24B21C007;
	Sat, 19 Dec 2015 18:10:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 99D2921C007
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Dec 2015 18:10:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A739434072E
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Dec 2015 18:10:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 89954B05
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Dec 2015 18:10:10 +0000 (UTC)
From: "Mike Frysinger" <vapier@gentoo.org>
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" <vapier@gentoo.org>
Message-ID: <1450547819.317e792b325ca26fe6e959d5d4e511d154f3a228.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: 317e792b325ca26fe6e959d5d4e511d154f3a228
X-VCS-Branch: master
Date: Sat, 19 Dec 2015 18:10:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4eb75fb9-6677-4062-9d2f-32fbdbd327bf
X-Archives-Hash: 266e75b8eba2714de3a831225154147a

commit:     317e792b325ca26fe6e959d5d4e511d154f3a228
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 17:56:59 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 17:56:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=317e792b

bump to sandbox-2.11

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 081398c..25711cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([sandbox], [2.10], [sandbox@gentoo.org])
+AC_INIT([sandbox], [2.11], [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])