diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-07-26 11:55:21 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-07-26 11:55:21 -0400 |
commit | 14a9eff36b572509af2099b69fe233dd80bf8b90 (patch) | |
tree | 9f2cd9e9a33abe34f8000e4afa47b9b7e56b2d7a | |
parent | Use "init.d" and "conf.d" subdirectories of "openrc". (diff) | |
download | eselect-php-14a9eff36b572509af2099b69fe233dd80bf8b90.tar.gz eselect-php-14a9eff36b572509af2099b69fe233dd80bf8b90.tar.bz2 eselect-php-14a9eff36b572509af2099b69fe233dd80bf8b90.zip |
configure.ac: update to version 0.9.4.0.9.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a55baf8..9197432 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.9.3]) +AC_INIT([eselect-php], [0.9.4]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_PROG_LN_S |