diff options
author | Ingela Anderton Andin <[email protected]> | 2012-08-29 09:47:55 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-08-29 09:47:55 +0200 |
commit | 51f7937ef20f1b577223cef9c95a28c3bfdffbfa (patch) | |
tree | 5d9f790a969abb71ef70de546c997a2ff840b1e4 /lib/ssh/vsn.mk | |
parent | 479784883bfddb31c47b900ab03f03fc83f05970 (diff) | |
parent | 0080be4a20c094ef45dde842ace64f16d5dc22b2 (diff) | |
download | otp-51f7937ef20f1b577223cef9c95a28c3bfdffbfa.tar.gz otp-51f7937ef20f1b577223cef9c95a28c3bfdffbfa.tar.bz2 otp-51f7937ef20f1b577223cef9c95a28c3bfdffbfa.zip |
Merge remote branch 'upstream/maint'
* upstream/maint:
ssh: Prepare for release
ssh: Correct error handling of ssh connect
ssh: Use the correct channel id when adjusting the channel window
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 bff73a1b40..defa47f824 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.1 +SSH_VSN = 2.1.1 APP_VSN = "ssh-$(SSH_VSN)" |