diff options
author | Niclas Eklund <[email protected]> | 2011-08-23 15:26:10 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-08-23 15:26:10 +0200 |
commit | da62065765d3512afa793d64cdc96b6995526424 (patch) | |
tree | 736a646bcf20b65e9f3b65c221598025b5e07faf /lib/ssh/vsn.mk | |
parent | 6d698a28ecde4bfc2b4e749d7db2af2f48fc29f1 (diff) | |
parent | b43386bc392859251fabc20c3ba12e275342333d (diff) | |
download | otp-da62065765d3512afa793d64cdc96b6995526424.tar.gz otp-da62065765d3512afa793d64cdc96b6995526424.tar.bz2 otp-da62065765d3512afa793d64cdc96b6995526424.zip |
Merge branch 'nick/ssh/stop_channel_tampers_with_trap_exit_flag/OTP-9386' into dev
* nick/ssh/stop_channel_tampers_with_trap_exit_flag/OTP-9386:
Corrected year in license header.
OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit flag was set to true for the invoking process.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index d79038df29..fe2b915d17 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 2.0.7 +SSH_VSN = 2.0.8 APP_VSN = "ssh-$(SSH_VSN)" |