From 8906031a66a29d670e9137d75829ced59c2eda78 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 20 Aug 2016 09:17:11 +0300 Subject: NEWS: Bump version to 0.10.0 * NEWS: Bump version to 0.10.0. * configure.ac, doc/version.texi: Likewise. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9faeab6..cace99b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure. dnl define(GUILE_SSH_CONFIGURE_COPYRIGHT, [[ -Copyright (C) 2013, 2014, 2015 Artyom V. Poptsov +Copyright (C) 2013, 2014, 2015, 2016 Artyom V. Poptsov This file is part of Guile-SSH. @@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License along with Guile-SSH. If not, see . ]]) -AC_INIT([Guile-SSH], [0.9.0], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.10.0], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) @@ -70,7 +70,7 @@ if test "x$guilesitedir" = "x"; then fi AC_SUBST([guilesitedir]) -LIBGUILE_SSH_INTERFACE="9:0:0" +LIBGUILE_SSH_INTERFACE="10:0:0" AC_SUBST(LIBGUILE_SSH_INTERFACE) GUILE_EFFECTIVE_VERSION=`$GUILE -c '(display (effective-version))'` -- cgit v1.2.3