diff options
author | Hans Nilsson <[email protected]> | 2016-12-05 13:14:36 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-12-05 13:14:36 +0100 |
commit | 6b342f5c10ac5d7a5e1e71157ff1bf1a833ce99a (patch) | |
tree | 384d8eff4b34938f91b0fa082d897f1bf14cbc47 | |
parent | 5dd6f8571567afe3fd0909118461ea3cfd293852 (diff) | |
download | otp-6b342f5c10ac5d7a5e1e71157ff1bf1a833ce99a.tar.gz otp-6b342f5c10ac5d7a5e1e71157ff1bf1a833ce99a.tar.bz2 otp-6b342f5c10ac5d7a5e1e71157ff1bf1a833ce99a.zip |
ssh: update 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 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)" |