diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-02 14:04:31 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-02 14:04:31 -0500 |
commit | 9c4755407a8eb0c6e9b36305185b8e350b507d05 (patch) | |
tree | 4535dd41fc765452a4bb748d82cf0c431bc6b882 /configure.ac | |
parent | 3cfb026f33df542429a1c2eca044d5c8ea2d8485 (diff) | |
download | liza-9c4755407a8eb0c6e9b36305185b8e350b507d05.tar.gz liza-9c4755407a8eb0c6e9b36305185b8e350b507d05.tar.bz2 liza-9c4755407a8eb0c6e9b36305185b8e350b507d05.zip |
Version bump 0.9.{0=>1}v0.9.1
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 c2e3e13..82525e9 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.9.0], [dev@lovullo.com]) +AC_INIT([liza], [0.9.1], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |