diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-12-03 09:08:48 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-12-03 09:08:48 -0500 |
commit | d9e13f632652143d18032dc54b08f6c5cb8d0f70 (patch) | |
tree | 28b3752075118a41b3f7b8b07347cfeb6389e6ae /configure.ac | |
parent | 8864bd309ab0e5a76d22e85654b402ec8e88d277 (diff) | |
download | liza-d9e13f632652143d18032dc54b08f6c5cb8d0f70.tar.gz liza-d9e13f632652143d18032dc54b08f6c5cb8d0f70.tar.bz2 liza-d9e13f632652143d18032dc54b08f6c5cb8d0f70.zip |
v0.0.{7=>8} bumpv0.0.8
This is purely because I published a bad tarball to NPM.
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 f4fac04..3ed1b89 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.7], [dev@lovullo.com]) +AC_INIT([liza], [0.0.8], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |