diff options
author | Erlang/OTP <[email protected]> | 2014-08-20 14:53:43 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-08-20 14:53:43 +0200 |
commit | b440d8cb0e98a4f8941e0440035e0b11a69dddd9 (patch) | |
tree | 040527af4e52e5d5628d6bcbd0bdb816397f1f2c /lib/ssh/vsn.mk | |
parent | c472c3f5aafc81a409d0443c4601de43bafb53cb (diff) | |
parent | 788e59b860213dfdbe3ee1768150f49fcc1bfeff (diff) | |
download | otp-b440d8cb0e98a4f8941e0440035e0b11a69dddd9.tar.gz otp-b440d8cb0e98a4f8941e0440035e0b11a69dddd9.tar.bz2 otp-b440d8cb0e98a4f8941e0440035e0b11a69dddd9.zip |
Merge branch 'hans/ssh/patch-17.0.2' into maint-17
* hans/ssh/patch-17.0.2:
ssh: Updated vsn.mk
ssh: negotiation_timeout bug fixed
ssh: Negotiation_timeout testcase
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 8d1a7ae54f..9bef10a366 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 3.0.3 +SSH_VSN = 3.0.4 APP_VSN = "ssh-$(SSH_VSN)" |