diff options
author | Hans Nilsson <[email protected]> | 2017-01-30 13:12:06 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-01-31 18:30:22 +0100 |
commit | 497fc8de10bfee9eb693d393c270d8e06dbd15be (patch) | |
tree | 686baf37a3c036093ab956611fd4affe1212d5ae /lib/ssh | |
parent | 7518684155aaabdde97c7b624803523c045bc185 (diff) | |
download | otp-497fc8de10bfee9eb693d393c270d8e06dbd15be.tar.gz otp-497fc8de10bfee9eb693d393c270d8e06dbd15be.tar.bz2 otp-497fc8de10bfee9eb693d393c270d8e06dbd15be.zip |
ssh,crypto: prepare for release
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 2 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index 4a76fd9cd3..cb0f087cfb 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -40,6 +40,6 @@ {env, []}, {mod, {ssh_app, []}}, {runtime_dependencies, ["stdlib-2.3","public_key-0.22","kernel-3.0", - "erts-6.0","crypto-3.3"]}]}. + "erts-6.0","crypto-3.6.3.1"]}]}. diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index c62faf8357..bfe2fcbc0b 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.2.2.2 +SSH_VSN = 4.2.2.3 APP_VSN = "ssh-$(SSH_VSN)" |