diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-06-28 10:29:36 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-06-28 10:29:36 -0400 |
commit | 85ec634bd7421a04edfdff79496dfe2416915ccf (patch) | |
tree | 64065b7cfea1156892e213b067a37be6e3e42f52 /configure.ac | |
parent | d168e6cfb5ff1d2cca33c7bf3d75ab92829168c0 (diff) | |
download | liza-85ec634bd7421a04edfdff79496dfe2416915ccf.tar.gz liza-85ec634bd7421a04edfdff79496dfe2416915ccf.tar.bz2 liza-85ec634bd7421a04edfdff79496dfe2416915ccf.zip |
Version bump v0.{6.4=>7.0}v0.7.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 64768d1..138c753 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.6.4], [dev@lovullo.com]) +AC_INIT([liza], [0.7.0], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |