From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-856001-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 819501388BF
	for <garchives@archives.gentoo.org>; Fri,  8 Jan 2016 21:50:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4FD5221C004;
	Fri,  8 Jan 2016 21:50:28 +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 1DDCD21C003
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Jan 2016 21:50:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 527513409E2
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Jan 2016 21:50:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1E1D24
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Jan 2016 21:50:23 +0000 (UTC)
From: "Michael Orlitzky" <mjo@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, "Michael Orlitzky" <mjo@gentoo.org>
Message-ID: <1452281071.2da045112618edb10f79eec6545baff827470bfe.mjo@gentoo>
Subject: [gentoo-commits] proj/eselect-php:master commit in: /
X-VCS-Repository: proj/eselect-php
X-VCS-Files: configure.ac
X-VCS-Directories: /
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: 2da045112618edb10f79eec6545baff827470bfe
X-VCS-Branch: master
Date: Fri,  8 Jan 2016 21:50:23 +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: 5ada3cdb-a383-4774-935c-acf0c0a47fa2
X-Archives-Hash: e41a302e23ebbc501bf74339c9d8f060

commit:     2da045112618edb10f79eec6545baff827470bfe
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 19:24:31 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 19:24:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=2da04511

Bump to v0.8.3 in configure.ac.

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

diff --git a/configure.ac b/configure.ac
index aa7bf70..895473a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eselect-php], [0.8.1])
+AC_INIT([eselect-php], [0.8.3])
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 
 AC_PROG_LN_S