diff options
author | Erlang/OTP <[email protected]> | 2011-10-04 11:06:52 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-10-04 11:06:52 +0200 |
commit | 7b3131376cab0d87da21359fb703dd44da10c3a2 (patch) | |
tree | a0c46e69c79eb5dd6f1aa0f83e80501ccc95e554 /lib | |
parent | fe70b621ae06e79549b448ddbd6a6b3d866a58f4 (diff) | |
parent | 7a087c36e29cc1d12c856054a94772e86b95ee06 (diff) | |
download | otp-7b3131376cab0d87da21359fb703dd44da10c3a2.tar.gz otp-7b3131376cab0d87da21359fb703dd44da10c3a2.tar.bz2 otp-7b3131376cab0d87da21359fb703dd44da10c3a2.zip |
Merge branch 'sverker/crypto-openssl.0.9.8-PPC/OTP-9603' into maint-r14
* sverker/crypto-openssl.0.9.8-PPC/OTP-9603:
[ssl] Step version for patch 1178
Touch crypto to provoke patch release (again)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/Makefile | 2 | ||||
-rw-r--r-- | lib/ssl/src/ssl.appup.src | 3 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/lib/crypto/Makefile b/lib/crypto/Makefile index 2a8fc6acfd..6db5b03912 100644 --- a/lib/crypto/Makefile +++ b/lib/crypto/Makefile @@ -36,4 +36,4 @@ SPECIAL_TARGETS = include $(ERL_TOP)/make/otp_subdir.mk -# touched by patch 1176 +# touched by patch 1178 diff --git a/lib/ssl/src/ssl.appup.src b/lib/ssl/src/ssl.appup.src index 29674f30da..6b4b62abc2 100644 --- a/lib/ssl/src/ssl.appup.src +++ b/lib/ssl/src/ssl.appup.src @@ -1,6 +1,7 @@ %% -*- erlang -*- {"%VSN%", [ + {"4.1.5.1", [{restart_application, ssl}]}, {"4.1.5", [{restart_application, ssl}]}, {"4.1.4", [{restart_application, ssl}]}, {"4.1.3", [{restart_application, ssl}]}, @@ -10,7 +11,7 @@ {"4.0.1", [{restart_application, ssl}]} ], [ - {"4.1.5", [{restart_application, ssl}]}, + {"4.1.5.1", [{restart_application, ssl}]}, {"4.1.4", [{restart_application, ssl}]}, {"4.1.3", [{restart_application, ssl}]}, {"4.1.2", [{restart_application, ssl}]}, diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 64a7603c44..deb554d73d 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 4.1.5.1 +SSL_VSN = 4.1.5.2 |