diff options
author | Erlang/OTP <otp@erlang.org> | 2020-05-11 14:53:34 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-05-11 14:53:34 +0200 |
commit | de8aa03ed881a76fd5186634c47be9b0d5b9fce1 (patch) | |
tree | f68dfbf35641fc2fbcc4c2a344aa27308c26c0b9 /lib/ssh/vsn.mk | |
parent | 9639877ea11d6a32ca6e46410b8a48db245b72d8 (diff) | |
download | erlang-de8aa03ed881a76fd5186634c47be9b0d5b9fce1.tar.gz |
Prepare release
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 1733709f11..732c3f8766 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.9.1 +SSH_VSN = 4.10 APP_VSN = "ssh-$(SSH_VSN)" |