diff options
author | Erlang/OTP <[email protected]> | 2011-01-24 08:42:57 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-01-24 08:42:57 +0100 |
commit | a261e2982b7cd5d0101c8c04b76c10c8dad64dd3 (patch) | |
tree | 3ab7293dd146a7a3cb3b9efd24a271a3c5eeefc2 /lib/ssh/vsn.mk | |
parent | 6deca2a989772f261b59f11da031832f1ea9c45d (diff) | |
parent | c921fa494f7af964fb20aa344fbeefaf8f06d48e (diff) | |
download | otp-a261e2982b7cd5d0101c8c04b76c10c8dad64dd3.tar.gz otp-a261e2982b7cd5d0101c8c04b76c10c8dad64dd3.tar.bz2 otp-a261e2982b7cd5d0101c8c04b76c10c8dad64dd3.zip |
Merge branch 'nick/ssh/inet6_enetunreach/OTP-9031' into maint-r14
* nick/ssh/inet6_enetunreach/OTP-9031:
Updated notes file.
Added updated modules to the appup file.
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)" |