diff options
author | Hans Nilsson <[email protected]> | 2016-12-05 13:17:44 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-12-05 13:17:44 +0100 |
commit | 51e20c81ff2bf4ab5d212ebe14afb42ebfea8c90 (patch) | |
tree | d6e414010da23c68225e279e99c60824ccbadca3 /lib/ssh | |
parent | 4b643cfca2b7dd497330118fa093f58cbc6b9fc1 (diff) | |
parent | df4b81916c88b9fe35ca58b2b50f40bdd74493e5 (diff) | |
download | otp-51e20c81ff2bf4ab5d212ebe14afb42ebfea8c90.tar.gz otp-51e20c81ff2bf4ab5d212ebe14afb42ebfea8c90.tar.bz2 otp-51e20c81ff2bf4ab5d212ebe14afb42ebfea8c90.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh')
-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 c023429056..c6a5990f41 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.3.6 +SSH_VSN = 4.4 APP_VSN = "ssh-$(SSH_VSN)" |