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: Fri, 11 Dec 2015 00:40:43
Message-Id: 1449793892.4c1be8773c8ac9dfec44564e0ac09e16a2b720a2.mjo@gentoo
1 commit: 4c1be8773c8ac9dfec44564e0ac09e16a2b720a2
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 11 00:31:32 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 11 00:31:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=4c1be877
7
8 Bump version to 0.8.1 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 d8f339c..d892d13 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -1,4 +1,4 @@
18 -AC_INIT([eselect-php], [0.8.0])
19 +AC_INIT([eselect-php], [0.8.1])
20 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
21
22 AC_PROG_LN_S