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, 25 Jul 2017 23:21:23
Message-Id: 1501024845.cf07efeed862bb784ed397d8f7d56fa71b9da182.mjo@gentoo
1 commit: cf07efeed862bb784ed397d8f7d56fa71b9da182
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 25 23:20:45 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 25 23:20:45 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=cf07efee
7
8 configure.ac: update the version to 0.9.3.
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 ac55443..c7702d5 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -1,4 +1,4 @@
18 -AC_INIT([eselect-php], [0.9.2])
19 +AC_INIT([eselect-php], [0.9.3])
20 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
21
22 AC_PROG_LN_S