diff options
author | Hans Nilsson <[email protected]> | 2016-06-21 15:41:14 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-06-22 12:31:32 +0200 |
commit | 76c968d9a0f667ea3e112676861f5dc399113dae (patch) | |
tree | 4d7416f210e1a54e7ef95ee3aa6c3181a333fe96 | |
parent | c74cb8aaec77452f7c91ea5345c1b6120fe15224 (diff) | |
download | otp-76c968d9a0f667ea3e112676861f5dc399113dae.tar.gz otp-76c968d9a0f667ea3e112676861f5dc399113dae.tar.bz2 otp-76c968d9a0f667ea3e112676861f5dc399113dae.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 41b42d454b..dc5e7092f8 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.2.2 +SSH_VSN = 4.2.2.1 APP_VSN = "ssh-$(SSH_VSN)" |