diff options
author | Erlang/OTP <[email protected]> | 2016-10-06 11:29:47 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-10-06 11:29:47 +0200 |
commit | c2e4feec8186c932408a5af79e97a64f01bec578 (patch) | |
tree | 127266f9ce5b249a4c393bf4c35713abb60187b3 /lib/ssh/vsn.mk | |
parent | 310b00b7fc18b5883f5f2cb1b992deb1dd6c9a65 (diff) | |
parent | eadc9b7a1a0349422a6b9ad1d52229562fc22375 (diff) | |
download | otp-c2e4feec8186c932408a5af79e97a64f01bec578.tar.gz otp-c2e4feec8186c932408a5af79e97a64f01bec578.tar.bz2 otp-c2e4feec8186c932408a5af79e97a64f01bec578.zip |
Merge branch 'ingela/ssh/channel_exit_handling/OTP-13932' into maint-19
* ingela/ssh/channel_exit_handling/OTP-13932:
ssh: Prepare release
ssh: Handle gen_server:call/3 exits properly
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 212b99c695..09e707ad07 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.3.2 +SSH_VSN = 4.3.3 APP_VSN = "ssh-$(SSH_VSN)" |