diff options
author | Erlang/OTP <[email protected]> | 2015-10-13 14:47:28 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-10-13 14:47:28 +0200 |
commit | d7f76c4800b279f69c1f0a6f885f5f659e627127 (patch) | |
tree | 52e4a191baa38b629867c019b0281490c4e52353 /lib/ssh/vsn.mk | |
parent | a2c538dee3013bb6285027d9ae45b7f055e8e8eb (diff) | |
parent | e5d5c462c09b631af417347154a04378f6186778 (diff) | |
download | otp-d7f76c4800b279f69c1f0a6f885f5f659e627127.tar.gz otp-d7f76c4800b279f69c1f0a6f885f5f659e627127.tar.bz2 otp-d7f76c4800b279f69c1f0a6f885f5f659e627127.zip |
Merge branch 'hans/ssh/option_max_channels/OTP-13036' into maint-18
* hans/ssh/option_max_channels/OTP-13036:
ssh: update vsn.mk
ssh: Option max_channels added.
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 b305eedcdc..997c544c45 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.1 +SSH_VSN = 4.1.1 APP_VSN = "ssh-$(SSH_VSN)" |