diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 15:52:23 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-01-22 15:52:23 -0500 |
commit | 699c006f0a4a70a45b62bf117fa606317d391a2e (patch) | |
tree | 30d630a151179681d6a421f98701cf7c2915ef17 | |
parent | Move the apache conf file writing into set_sapi(). (diff) | |
download | eselect-php-699c006f0a4a70a45b62bf117fa606317d391a2e.tar.gz eselect-php-699c006f0a4a70a45b62bf117fa606317d391a2e.tar.bz2 eselect-php-699c006f0a4a70a45b62bf117fa606317d391a2e.zip |
Bump to v0.9.1 in configure.ac.0.9.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d5e5e28..851f574 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.9.0]) +AC_INIT([eselect-php], [0.9.1]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_PROG_LN_S |