diff options
author | Niclas Eklund <[email protected]> | 2009-12-23 16:09:34 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-23 16:09:34 +0000 |
commit | 4a61ec49275ce742e05b1e5810dd2a027a11323f (patch) | |
tree | c4d904794da9538eda697f323ce132f8ddaa18f7 /lib/ssh | |
parent | 5149d9a729255e8d900d70deb688a51ecd3e1cf1 (diff) | |
download | otp-4a61ec49275ce742e05b1e5810dd2a027a11323f.tar.gz otp-4a61ec49275ce742e05b1e5810dd2a027a11323f.tar.bz2 otp-4a61ec49275ce742e05b1e5810dd2a027a11323f.zip |
Updated version and release note
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/vsn.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 016fb30c69..2b9df4ae60 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,9 +1,11 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 1.1.7 +SSH_VSN = 1.1.8 APP_VSN = "ssh-$(SSH_VSN)" -TICKETS = OTP-8121 \ +TICKETS = OTP-8356 + +TICKETS_1.1.7 = OTP-8121 \ OTP-8277 \ OTP-8278 \ OTP-8201 |