diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-07-26 17:05:17 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-07-26 17:26:27 -0400 |
commit | cfcabb4ed80ba8c3332f84cf90764de491f5fd39 (patch) | |
tree | a9d367b1dfff439606c073c9bcaceb78f6cad181 | |
parent | Add OpenRC init and conf files. (diff) | |
download | eselect-php-0.9.2.tar.gz eselect-php-0.9.2.tar.bz2 eselect-php-0.9.2.zip |
Bump version to 0.9.2 in configure.ac.0.9.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 851f574..d642dbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([eselect-php], [0.9.1]) +AC_INIT([eselect-php], [0.9.2]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_PROG_LN_S |