diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-20 15:27:57 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-07-20 15:27:57 -0400 |
commit | a1c49f1d3200f2d2ae8dc25366e7261e1f184b27 (patch) | |
tree | b1fe9c5af018ce53f54d050648bb664e8ff374ff /configure.ac | |
parent | 8d68880712bfeb231e0875e0db101eab3c0d437e (diff) | |
download | liza-a1c49f1d3200f2d2ae8dc25366e7261e1f184b27.tar.gz liza-a1c49f1d3200f2d2ae8dc25366e7261e1f184b27.tar.bz2 liza-a1c49f1d3200f2d2ae8dc25366e7261e1f184b27.zip |
Version bump 0.7.{0=>1}v0.7.1
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 138c753..bed66e1 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.7.0], [dev@lovullo.com]) +AC_INIT([liza], [0.7.1], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |