diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-08-20 09:17:11 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-08-20 09:17:11 +0300 |
| commit | 8906031a66a29d670e9137d75829ced59c2eda78 (patch) | |
| tree | 110ae2e8c4cade28f879c411d6686338058097f6 /configure.ac | |
| parent | doc/guile-ssh.texi (Acknowledgments): Update (diff) | |
| download | guile-ssh-8906031a66a29d670e9137d75829ced59c2eda78.tar.gz | |
NEWS: Bump version to 0.10.0v0.10.0
* NEWS: Bump version to 0.10.0.
* configure.ac, doc/version.texi: Likewise.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
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 <poptsov.artyom@gmail.com> +Copyright (C) 2013, 2014, 2015, 2016 Artyom V. Poptsov <poptsov.artyom@gmail.com> 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 <http://www.gnu.org/licenses/>. ]]) -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))'` |
