diff options
-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]) |