Skip to content

Commit 44c4212

Browse files
NEWS: Bump version to 0.17.0
1 parent c34c361 commit 44c4212

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
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.17.0 (2024-05-01)
1111
** =make-session= now loads config file before setting options
1212
=make-session= would always overwrite the explicitly set options passed by
1313
keywords with the values from the SSH configuration file. That lead to

configure.ac

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce configure.
33
dnl
44

55
define(GUILE_SSH_CONFIGURE_COPYRIGHT, [[
6-
Copyright (C) 2013-2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
6+
Copyright (C) 2013-2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
77
88
This file is part of Guile-SSH.
99
@@ -21,13 +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.16.4], [poptsov.artyom@gmail.com],
24+
AC_INIT([Guile-SSH], [0.17.0], [poptsov.artyom@gmail.com],
2525
[guile-ssh],
2626
[https://github.com/artyom-poptsov/guile-ssh])
2727

2828
AC_COPYRIGHT(GUILE_SSH_CONFIGURE_COPYRIGHT)
2929

30-
LIBGUILE_SSH_INTERFACE="16:0:2"
30+
dnl See
31+
dnl <https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>
32+
LIBGUILE_SSH_INTERFACE="17:0:3"
3133
AC_SUBST(LIBGUILE_SSH_INTERFACE)
3234

3335
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)