From 0b6e9169243d11082c18d3102ddbaffd7525e6cc Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 31 May 2015 22:39:44 -0400 Subject: [PATCH] v0.0.3 version bump --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5da16d0..c92084b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ## For use my automake and autoconf # -# Copyright (C) 2014 LoVullo Associates, Inc. +# Copyright (C) 2014, 2015 LoVullo Associates, Inc. # # This file is part of liza. # @@ -18,7 +18,7 @@ # along with this program. If not, see . ## -AC_INIT([liza], [0.0.2], [dev@lovullo.com]) +AC_INIT([liza], [0.0.3], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign])