Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-php:master commit in: /
Date: Thu, 23 Jan 2020 15:06:38
Message-Id: 1579791949.3b66d2648d5bd51f0df64d9dbba9dfa8082cdcff.mjo@gentoo
1 commit: 3b66d2648d5bd51f0df64d9dbba9dfa8082cdcff
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 22:55:53 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 23 15:05:49 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=3b66d264
7
8 configure.ac: update to version 0.9.6.
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/configure.ac b/configure.ac
16 index bebbeca..1b935fb 100644
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -1,4 +1,4 @@
20 -AC_INIT([eselect-php], [0.9.5])
21 +AC_INIT([eselect-php], [0.9.6])
22 AC_CONFIG_AUX_DIR([build-aux])
23 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar])