summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-04-25 09:43:13 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-04-25 09:43:13 +0300
commit09510f8183fce34d6057027813d2eb056135821c (patch)
treeaa0de8a8b8782db961614bda2a6158ebfb4d685b /configure.ac
parentssh/dist/node.scm (make-node): Change arguments (diff)
parentNEWS: Bump version to 0.7.2 (diff)
downloadguile-ssh-09510f8183fce34d6057027813d2eb056135821c.tar.gz
Merge branch 'master' into wip-distributed-forms
Conflicts: ChangeLog doc/version.texi
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8ff0c8c..e4906a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,10 +3,10 @@ dnl Process this file with autoconf to produce configure.
dnl
define(GUILE_SSH_CONFIGURE_COPYRIGHT, [[
-Copyright (C) 2013, 2014 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+Copyright (C) 2013, 2014, 2015 Artyom V. Poptsov <poptsov.artyom@gmail.com>
This file is part of Guile-SSH.
-
+
Guile-SSH is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
@@ -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.7.1], [poptsov.artyom@gmail.com],
+AC_INIT([Guile-SSH], [0.7.2], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])