diff options
author | Björn Gustavsson <[email protected]> | 2010-08-20 08:25:13 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-20 08:25:13 +0200 |
commit | 5d50784c2700c30c9b4e651f3732e1fc5a7250d4 (patch) | |
tree | 66c35ba732e8944473c1e7e639c429af2898e1f7 /lib/ssl/vsn.mk | |
parent | 71954b8b4f773b5f45095c0b86b66d9a6ba147ed (diff) | |
parent | b1031a565ae7bdf9e0083133247fd4ba75b4eab8 (diff) | |
download | otp-5d50784c2700c30c9b4e651f3732e1fc5a7250d4.tar.gz otp-5d50784c2700c30c9b4e651f3732e1fc5a7250d4.tar.bz2 otp-5d50784c2700c30c9b4e651f3732e1fc5a7250d4.zip |
Merge branch 'bjorn/remove-tickets-in-vsn' into dev
* bjorn/remove-tickets-in-vsn:
Remove ticket numbers from all vsn.mk files
Diffstat (limited to 'lib/ssl/vsn.mk')
-rw-r--r-- | lib/ssl/vsn.mk | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 254ee8b986..6c40a4529c 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -18,46 +18,3 @@ # SSL_VSN = 4.0.1 - -TICKETS = OTP-8721 - -#TICKETS_4.0 = OTP-8587\ -# OTP-8695 - -#TICKETS_3.11.1 = OTP-8679 \ -# OTP-7047 \ -# OTP-7049 \ -# OTP-8568 \ -# OTP-8588 - -#TICKETS_3.11 = OTP-8517 \ -# OTP-7046 \ -# OTP-8557 \ -# OTP-8560 \ -# OTP-8545 \ -# OTP-8554 - -#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 - -#TICKETS_3.10.6 = OTP-8275 - -#TICKETS_3.10.5 = OTP-8224 OTP-8244 - -#TICKETS_3.10.4 = OTP-8137 - -#TICKETS_3.10.3 = OTP-8011 -#TICKETS_3.10.2 = OTP-7963 - -# TICKETS_3.10.1 = OTP-7878 \ -# OTP-7656 \ -# OTP-7870 \ -# OTP-7871 - -# TICKETS_3.10 = OTP-7258 \ -# OTP-6894 \ -# OTP-7037 \ -# OTP-7039 \ -# OTP-7150 |