diff options
author | Ingela Anderton Andin <[email protected]> | 2010-04-29 09:35:14 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-29 09:35:14 +0000 |
commit | c8fbe3f82050477a713b22b5d3b671718588aa79 (patch) | |
tree | 6dd366f8986c259dbfc397b6400801945bfa46f5 /lib/ssl/vsn.mk | |
parent | edd6a676148e4e747604121e69f5cb4f06955663 (diff) | |
download | otp-c8fbe3f82050477a713b22b5d3b671718588aa79.tar.gz otp-c8fbe3f82050477a713b22b5d3b671718588aa79.tar.bz2 otp-c8fbe3f82050477a713b22b5d3b671718588aa79.zip |
Started to prepare for next version
Diffstat (limited to 'lib/ssl/vsn.mk')
-rw-r--r-- | lib/ssl/vsn.mk | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 337ea4b380..6db1a4b5c2 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -17,14 +17,16 @@ # %CopyrightEnd% # -SSL_VSN = 3.11 - -TICKETS = OTP-8517 \ - OTP-7046 \ - OTP-8557 \ - OTP-8560 \ - OTP-8545 \ - OTP-8554 +SSL_VSN = 3.11.1 + +TICKETS = OTP-8588 + +#TICKETS_3.11 = OTP-8517 \ +# OTP-7046 \ +# OTP-8557 \ +# OTP-8560 \ +# OTP-8545 \ +# OTP-8554 #TICKETS_3.10.9 = OTP-8510 |