diff options
author | Niclas Eklund <[email protected]> | 2010-04-21 13:20:38 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-21 13:20:38 +0000 |
commit | 494341d4660ea9cf220848393e718b01fc7926e4 (patch) | |
tree | e22e1769837d4fc4a9a25f1c0ac4e7640c66f384 /lib/ssh/vsn.mk | |
parent | 91c89d54d45989a85367f10d5902b9b508754a49 (diff) | |
download | otp-494341d4660ea9cf220848393e718b01fc7926e4.tar.gz otp-494341d4660ea9cf220848393e718b01fc7926e4.tar.bz2 otp-494341d4660ea9cf220848393e718b01fc7926e4.zip |
Changes after ssh-1.1.8
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index bc7bceeb24..074826cafd 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,9 +1,14 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 1.1.8 +SSH_VSN = 1.1.9 APP_VSN = "ssh-$(SSH_VSN)" -TICKETS = OTP-8356 \ +TICKETS = OTP-8524 \ + OTP-8534 \ + OTP-8535 \ + OTP-8550 + +TICKETS_1.1.8 = OTP-8356 \ OTP-8401 TICKETS_1.1.7 = OTP-8121 \ |