diff options
author | Henrik Nord <[email protected]> | 2019-03-12 12:42:50 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2019-03-12 12:42:50 +0100 |
commit | 1518224b7f955dfb8cdef04eac89d8f6df1694a1 (patch) | |
tree | 5b22a2d5896802c4fdb9be1a744a1d355cfd2686 /lib/ssh/vsn.mk | |
parent | 0ffc8346553a5fc9322a75d4d8be5417dad67f29 (diff) | |
parent | 620ac3e68c5bc8b36143965fcf2892a07dc005c4 (diff) | |
download | otp-1518224b7f955dfb8cdef04eac89d8f6df1694a1.tar.gz otp-1518224b7f955dfb8cdef04eac89d8f6df1694a1.tar.bz2 otp-1518224b7f955dfb8cdef04eac89d8f6df1694a1.zip |
Merge branch 'maint'
* maint:
Updated OTP version
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 2890d7fe5b..0f9eee887c 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.7.3 +SSH_VSN = 4.7.4 APP_VSN = "ssh-$(SSH_VSN)" |