diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-08 11:53:05 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-02-08 11:53:05 -0500 |
commit | 3ea4efb73295a9fba21fc837dcbd7b1537616986 (patch) | |
tree | ab7caa27d8210d2cef1afb5b675e67d283e3c250 | |
parent | e5e40020ce36827d08ed696c7453c04f79697193 (diff) | |
download | liza-3ea4efb73295a9fba21fc837dcbd7b1537616986.tar.gz liza-3ea4efb73295a9fba21fc837dcbd7b1537616986.tar.bz2 liza-3ea4efb73295a9fba21fc837dcbd7b1537616986.zip |
Version bump 0.{9.1=>10.0}v0.10.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c5f0700..eec1a07 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ## For use my automake and autoconf # -# Copyright (C) 2014, 2015, 2016 LoVullo Associates, Inc. +# Copyright (C) 2014--2017 LoVullo Associates, Inc. # # This file is part of liza. # @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -AC_INIT([liza], [0.9.1], [dev@lovullo.com]) +AC_INIT([liza], [0.10.0], [dev@lovullo.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |