From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FCA9139696 for ; Wed, 26 Jul 2017 15:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B3A61FC067; Wed, 26 Jul 2017 15:55:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CC731FC062 for ; Wed, 26 Jul 2017 15:55:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 273CD34172F for ; Wed, 26 Jul 2017 15:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D2D74BC for ; Wed, 26 Jul 2017 15:55:51 +0000 (UTC) From: "Michael Orlitzky" 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" Message-ID: <1501084521.14a9eff36b572509af2099b69fe233dd80bf8b90.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: 14a9eff36b572509af2099b69fe233dd80bf8b90 X-VCS-Branch: master Date: Wed, 26 Jul 2017 15:55:51 +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: 885a4049-1598-4980-a0b6-bbba1b4e3112 X-Archives-Hash: e70391e6b56466eb67909101e603fd31 commit: 14a9eff36b572509af2099b69fe233dd80bf8b90 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Jul 26 15:55:21 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Jul 26 15:55:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=14a9eff3 configure.ac: update to version 0.9.4. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a55baf8..9197432 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.9.3]) +AC_INIT([eselect-php], [0.9.4]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_PROG_LN_S