diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-01-30 12:13:15 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-01-30 12:13:15 -0500 |
commit | 2c22d962b59c84642648c9644e4511b4065d6372 (patch) | |
tree | ab0ca859bdb33bce743fcf5574d8355f9b62dc83 /configure.ac | |
parent | 08e0d20cadbc72647d590913bd873003cc62daf4 (diff) | |
download | liza-2c22d962b59c84642648c9644e4511b4065d6372.tar.gz liza-2c22d962b59c84642648c9644e4511b4065d6372.tar.bz2 liza-2c22d962b59c84642648c9644e4511b4065d6372.zip |
Version 0.{8=>9}.0 bumpv0.9.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 55fc050..c2e3e13 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -AC_INIT([liza], [0.8.0], [dev@lovullo.com]) +AC_INIT([liza], [0.9.0], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |