diff options
author | Brian Evans <grknight@gentoo.org> | 2021-10-25 11:16:36 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-10-25 11:16:36 -0400 |
commit | 1c6a7ababe3737463a24453e18e40df3d01a7774 (patch) | |
tree | d5ea4fffd2300f1410ec5521068c705d97a95ab4 | |
parent | Save PHP_SLOT for reuse on stop (diff) | |
download | eselect-php-1c6a7ababe3737463a24453e18e40df3d01a7774.tar.gz eselect-php-1c6a7ababe3737463a24453e18e40df3d01a7774.tar.bz2 eselect-php-1c6a7ababe3737463a24453e18e40df3d01a7774.zip |
Bump version to 0.9.80.9.8
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc78d0b..cc40547 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php],[0.9.7]) +AC_INIT([eselect-php],[0.9.8]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar]) |