diff options
author | Hans <[email protected]> | 2015-05-29 11:40:34 +0200 |
---|---|---|
committer | Hans <[email protected]> | 2015-05-29 15:00:21 +0200 |
commit | 3f600aa0048b6515616774f0a289a88cb66affbe (patch) | |
tree | 4963b48382d9a80d0c2fa791836a6ff1823e8d0e /lib | |
parent | 4cb16a7ed0f0491ccf8defbeb62a9b0e96923372 (diff) | |
download | otp-3f600aa0048b6515616774f0a289a88cb66affbe.tar.gz otp-3f600aa0048b6515616774f0a289a88cb66affbe.tar.bz2 otp-3f600aa0048b6515616774f0a289a88cb66affbe.zip |
ssh: update ssh version
Diffstat (limited to 'lib')
-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 40bda0c19f..9d486f8890 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 3.2.3 +SSH_VSN = 3.2.4 APP_VSN = "ssh-$(SSH_VSN)" |