Skip to content

Commit bcfe406

Browse files
configure.ac, NEWS: Bump version to 0.18.0
* configure.ac, NEWS: Bump version to 0.18.0.
1 parent 4d51a86 commit bcfe406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <[email protected]>
77
are permitted in any medium without royalty provided the copyright
88
notice and this notice are preserved.
99

10-
* Unreleased
10+
* Changes in version 0.18.0 (2024-11-10)
1111
** Change =(ssh popen)= procedures behavior :API_CHANGE:
1212
Now the following procedures handle the program arguments the same way as
1313
=open-pipe*= procedure. This also makes the their behavior match the

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ You should have received a copy of the GNU General Public License
2121
along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
2222
]])
2323

24-
AC_INIT([Guile-SSH], [0.17.0], [[email protected]],
24+
AC_INIT([Guile-SSH], [0.18.0], [[email protected]],
2525
[guile-ssh],
2626
[https://github.com/artyom-poptsov/guile-ssh])
2727

2828
AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT)
2929

3030
dnl See
3131
dnl <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>
32-
LIBGUILE_SSH_INTERFACE="17:0:3"
32+
LIBGUILE_SSH_INTERFACE="18:0:0"
3333
AC_SUBST(LIBGUILE_SSH_INTERFACE)
3434

3535
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)