diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 14:45:56 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 14:45:56 -0500 |
commit | 1e20ed8f6a9e80e65f0193925128536ab6512908 (patch) | |
tree | c88a60728484d38ac3fdaf7b1875eb68ac08c02d | |
parent | Add --enable-apache2 flag to the configure script. (diff) | |
download | eselect-php-1e20ed8f6a9e80e65f0193925128536ab6512908.tar.gz eselect-php-1e20ed8f6a9e80e65f0193925128536ab6512908.tar.bz2 eselect-php-1e20ed8f6a9e80e65f0193925128536ab6512908.zip |
Bump to v0.9.0 in configure.ac.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f977807..d5e5e28 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.8.5]) +AC_INIT([eselect-php], [0.9.0]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_PROG_LN_S |