From d9e13f632652143d18032dc54b08f6c5cb8d0f70 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 3 Dec 2015 09:08:48 -0500 Subject: [PATCH] v0.0.{7=>8} bump This is purely because I published a bad tarball to NPM. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f4fac04..3ed1b89 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with this program. If not, see . ## -AC_INIT([liza], [0.0.7], [dev@lovullo.com]) +AC_INIT([liza], [0.0.8], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign])