diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-12-03 00:41:45 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-12-03 00:41:45 -0500 |
commit | d6d42a6498d90b87a19825f5cedae47a78fb34e5 (patch) | |
tree | d167b9173d8ea654a99552e21f7eeba8b78353be /configure.ac | |
parent | ea23f08b4ffd9e78233fa8d58f310f385a4174b8 (diff) | |
download | liza-d6d42a6498d90b87a19825f5cedae47a78fb34e5.tar.gz liza-d6d42a6498d90b87a19825f5cedae47a78fb34e5.tar.bz2 liza-d6d42a6498d90b87a19825f5cedae47a78fb34e5.zip |
v0.0.{5=>6} bumpv0.0.6
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 52707f9..8e515cf 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.0.5], [dev@lovullo.com]) +AC_INIT([liza], [0.0.6], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |