diff options
author | Niclas Eklund <[email protected]> | 2010-03-16 12:41:31 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-16 12:41:31 +0000 |
commit | 1cebec8de1e63b0d995933ccd5257216a274c7e2 (patch) | |
tree | 62b957fa2dc3a31e5b2690f56e982379620c71e0 /lib/ssh/vsn.mk | |
parent | 268ba93cca20ed1f4e80939c54fa34a6e238ae12 (diff) | |
download | otp-1cebec8de1e63b0d995933ccd5257216a274c7e2.tar.gz otp-1cebec8de1e63b0d995933ccd5257216a274c7e2.tar.bz2 otp-1cebec8de1e63b0d995933ccd5257216a274c7e2.zip |
Preparing for new version
Diffstat (limited to 'lib/ssh/vsn.mk')
-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 bc7bceeb24..5c6af2e621 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.8 +SSH_VSN = 1.1.9 APP_VSN = "ssh-$(SSH_VSN)" -TICKETS = OTP-8356 \ +TICKETS = OTP-8524 + +TICKETS_1.1.8 = OTP-8356 \ OTP-8401 TICKETS_1.1.7 = OTP-8121 \ |