From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-856042-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 7512C1388BF
	for <garchives@archives.gentoo.org>; Sat,  9 Jan 2016 02:24:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 414C121C004;
	Sat,  9 Jan 2016 02:24:10 +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 DE00B21C004
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jan 2016 02:24:09 +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 2178B340A15
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jan 2016 02:24:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7CBD06
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jan 2016 02:24:05 +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: <1452306142.447404f429f8f75e235c62193d3405fa9c94da16.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: 447404f429f8f75e235c62193d3405fa9c94da16
X-VCS-Branch: master
Date: Sat,  9 Jan 2016 02:24:05 +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: 61c2caf3-8630-4ac5-8ab5-12d3251b925d
X-Archives-Hash: 7cd4f4c32dcc4232cd85c13134af6ef9

commit:     447404f429f8f75e235c62193d3405fa9c94da16
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 02:22:22 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 02:22:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=447404f4

Bump to v0.8.4 in configure.ac.

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

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