diff options
author | Niclas Eklund <[email protected]> | 2011-01-17 15:42:39 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-01-17 15:42:39 +0100 |
commit | 0fd3723a4d5a13ac381c36c14e5fb513363f68dd (patch) | |
tree | 93a4e06d3ed40779d4c3ac4a14ca156fea067416 /lib/ssh/vsn.mk | |
parent | 86413606615440a7951b4c62162e2bfb87aa158c (diff) | |
download | otp-0fd3723a4d5a13ac381c36c14e5fb513363f68dd.tar.gz otp-0fd3723a4d5a13ac381c36c14e5fb513363f68dd.tar.bz2 otp-0fd3723a4d5a13ac381c36c14e5fb513363f68dd.zip |
OTP-9031 - SSH did not handle the error reason enetunreach when trying to open a IPv6 connection.
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 db03168ad9..51f9f47446 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.3 +SSH_VSN = 2.0.4 APP_VSN = "ssh-$(SSH_VSN)" |