diff options
author | Ingela Anderton Andin <[email protected]> | 2010-04-01 07:59:48 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-01 07:59:48 +0000 |
commit | 8e78ddf9ebb5a2633024b240f5d2ad5b5a89c0c2 (patch) | |
tree | 200dfb47442cef6b36ab29e55ab2b238815660ba /lib/ssl | |
parent | 39e0191d985078d6e9c12c504370425f1de5a6c5 (diff) | |
download | otp-8e78ddf9ebb5a2633024b240f5d2ad5b5a89c0c2.tar.gz otp-8e78ddf9ebb5a2633024b240f5d2ad5b5a89c0c2.tar.bz2 otp-8e78ddf9ebb5a2633024b240f5d2ad5b5a89c0c2.zip |
Update version number
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/vsn.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index bf67fcd257..6b76dffd86 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -17,8 +17,11 @@ # %CopyrightEnd% # -SSL_VSN = 3.10.9 -TICKETS = OTP-8510 +SSL_VSN = 3.11 + +TICKETS = OTP-8517 OTP-7046 + +#TICKETS_3.10.9 = OTP-8510 #TICKETS_3.10.8 = OTP-8372 OTP-8441 OTP-8459 #TICKETS_3.10.7 = OTP-8260 OTP-8218 OTP-8250 |