diff options
author | Niclas Eklund <[email protected]> | 2010-12-28 15:51:29 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-12-28 16:15:32 +0100 |
commit | 842fc4aeb48f65b3974a108b1073271551bebf1f (patch) | |
tree | efdbb678a51b02b1ed93abd8525686a2ed05f330 /lib/ssh/vsn.mk | |
parent | 25e6de467ebddd6ba006ab95811711008cc4e1ea (diff) | |
download | otp-842fc4aeb48f65b3974a108b1073271551bebf1f.tar.gz otp-842fc4aeb48f65b3974a108b1073271551bebf1f.tar.bz2 otp-842fc4aeb48f65b3974a108b1073271551bebf1f.zip |
OTP-9010:
SSH now ensures that the .ssh directory exists before trying to access
files located in that directory.
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)" |