summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 22:42:05 +0400
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2014-10-11 22:42:05 +0400
commite216e1d78bf93a9753ea813f930cac5e68e52180 (patch)
tree3beccd1bb1a2aa416af56dcd542db61fee9bdde0 /configure.ac
parentdoc/api-version.texi (Version): Fix description of `get-crypto-library' (diff)
downloadguile-ssh-e216e1d78bf93a9753ea813f930cac5e68e52180.tar.gz
NEWS: Bump version to 0.7.1v0.7.1
* NEWS: Bump version to 0.7.1. * configure.ac, doc/version.texi: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 54a4ff1..1624a42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.0], [poptsov.artyom@gmail.com],
+AC_INIT([Guile-SSH], [0.7.1], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])
@@ -65,7 +65,7 @@ if test "x$guilesitedir" = "x"; then
fi
AC_SUBST([guilesitedir])
-LIBGUILE_SSH_INTERFACE="7:0:0"
+LIBGUILE_SSH_INTERFACE="8:0:1"
AC_SUBST(LIBGUILE_SSH_INTERFACE)
GUILE_EFFECTIVE_VERSION=`$GUILE -c '(display (effective-version))'`