diff options
author | Erlang/OTP <[email protected]> | 2015-04-22 13:39:46 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-04-22 13:39:46 +0200 |
commit | da3d366a75aa089ef7594e1e28940637f16c1682 (patch) | |
tree | 1db419e58b7f5c86fe5acc4c9d2b92e8b713caaa /lib/ssh/vsn.mk | |
parent | 871c5af1e44a423106d644ca6e70900ad21d41b4 (diff) | |
parent | 20707ef7688bed44fec39c4673a8823211e94149 (diff) | |
download | otp-da3d366a75aa089ef7594e1e28940637f16c1682.tar.gz otp-da3d366a75aa089ef7594e1e28940637f16c1682.tar.bz2 otp-da3d366a75aa089ef7594e1e28940637f16c1682.zip |
Merge branch 'hans/ssh/banner_grabbing/OTP-12659' into maint-17
* hans/ssh/banner_grabbing/OTP-12659:
ssh: added id_string option for server and client
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 fec8dacab7..b2b85a717f 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.1 +SSH_VSN = 3.2.2 APP_VSN = "ssh-$(SSH_VSN)" |