commit: cf07efeed862bb784ed397d8f7d56fa71b9da182 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Jul 25 23:20:45 2017 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Jul 25 23:20:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=cf07efee
configure.ac: update the version to 0.9.3. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ac55443..c7702d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.9.2]) +AC_INIT([eselect-php], [0.9.3]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_PROG_LN_S
