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 61CB3138350 for ; Thu, 23 Jan 2020 15:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BB52E09EF; Thu, 23 Jan 2020 15:06:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 83559E09EF for ; Thu, 23 Jan 2020 15:06:37 +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 94ABA34E460 for ; Thu, 23 Jan 2020 15:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39606101 for ; Thu, 23 Jan 2020 15:06:35 +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: <1579791949.3b66d2648d5bd51f0df64d9dbba9dfa8082cdcff.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: 3b66d2648d5bd51f0df64d9dbba9dfa8082cdcff X-VCS-Branch: master Date: Thu, 23 Jan 2020 15:06:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 509f24a6-626d-4a07-b6be-62b23af3cb15 X-Archives-Hash: ed89f6505139d82b2776d64fdb4c1221 commit: 3b66d2648d5bd51f0df64d9dbba9dfa8082cdcff Author: Michael Orlitzky gentoo org> AuthorDate: Wed Jan 22 22:55:53 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Jan 23 15:05:49 2020 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=3b66d264 configure.ac: update to version 0.9.6. Signed-off-by: Michael Orlitzky gentoo.org> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bebbeca..1b935fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.9.5]) +AC_INIT([eselect-php], [0.9.6]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar])