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 81D841382C5 for ; Fri, 13 Apr 2018 17:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C32CDE08EA; Fri, 13 Apr 2018 17:46:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99D8FE08E5 for ; Fri, 13 Apr 2018 17:46: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 2F10C335C59 for ; Fri, 13 Apr 2018 17:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0731BF for ; Fri, 13 Apr 2018 17:46:50 +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: <1523641439.c2053ec0f5ae468da0f80076dc81bed88346c7f0.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: c2053ec0f5ae468da0f80076dc81bed88346c7f0 X-VCS-Branch: master Date: Fri, 13 Apr 2018 17:46:50 +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: 0f8734b6-34f3-4150-9334-b0f31632ce48 X-Archives-Hash: aba85ffb80af1f5707a512519fdfe0a9 commit: c2053ec0f5ae468da0f80076dc81bed88346c7f0 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Apr 13 17:43:59 2018 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Apr 13 17:43:59 2018 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=c2053ec0 configure.ac: update to version 0.9.5. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9197432..5c27275 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.9.4]) +AC_INIT([eselect-php], [0.9.5]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_PROG_LN_S