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: Tue, 26 Jul 2016 21:37:56
Message-Id: 1469568387.cfcabb4ed80ba8c3332f84cf90764de491f5fd39.mjo@gentoo
1 commit: cfcabb4ed80ba8c3332f84cf90764de491f5fd39
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 26 21:05:17 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 21:26:27 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=cfcabb4e
7
8 Bump version to 0.9.2 in configure.ac.
9
10 configure.ac | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index 851f574..d642dbd 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -1,4 +1,4 @@
18 -AC_INIT([eselect-php], [0.9.1])
19 +AC_INIT([eselect-php], [0.9.2])
20 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
21
22 AC_PROG_LN_S