From bcfe406b5e2e5cd224183d597ac9fcc7dba434e2 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sun, 10 Nov 2024 18:51:52 +0300 Subject: [PATCH] configure.ac, NEWS: Bump version to 0.18.0 * configure.ac, NEWS: Bump version to 0.18.0. --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 6b6a191..62a3ab6 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov are permitted in any medium without royalty provided the copyright notice and this notice are preserved. -* Unreleased +* Changes in version 0.18.0 (2024-11-10) ** Change =(ssh popen)= procedures behavior :API_CHANGE: Now the following procedures handle the program arguments the same way as =open-pipe*= procedure. This also makes the their behavior match the diff --git a/configure.ac b/configure.ac index d890ab6..1ab15a1 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 . ]]) -AC_INIT([Guile-SSH], [0.17.0], [poptsov.artyom@gmail.com], +AC_INIT([Guile-SSH], [0.18.0], [poptsov.artyom@gmail.com], [guile-ssh], [https://github.com/artyom-poptsov/guile-ssh]) @@ -29,7 +29,7 @@ AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT) dnl See dnl -LIBGUILE_SSH_INTERFACE="17:0:3" +LIBGUILE_SSH_INTERFACE="18:0:0" AC_SUBST(LIBGUILE_SSH_INTERFACE) AC_CONFIG_AUX_DIR([build-aux])