diff options
author | Hans Nilsson <[email protected]> | 2015-05-07 09:41:42 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-05-07 09:41:42 +0200 |
commit | 1bbad876f66cab6277fc80def9da82922f6958e1 (patch) | |
tree | 72061c0e20afcec57c02654bcfeaae4deb5a8e9e | |
parent | d4ad455c16a85ee6103d5916ff91cdda31247ca9 (diff) | |
download | otp-1bbad876f66cab6277fc80def9da82922f6958e1.tar.gz otp-1bbad876f66cab6277fc80def9da82922f6958e1.tar.bz2 otp-1bbad876f66cab6277fc80def9da82922f6958e1.zip |
ssh: update vsn.mk to 4.0
-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 40bda0c19f..cef9992f1b 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 3.2.3 +SSH_VSN = 4.0 APP_VSN = "ssh-$(SSH_VSN)" |