Skip to content

Commit

Permalink
ssl: Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin authored and psyeugenic committed Dec 6, 2012
1 parent 8342266 commit 51e291f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/ssl/src/ssl.appup.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
%% -*- erlang -*-
{"%VSN%",
[
{"5.1.1", [{restart_application, ssl}]
},
{"5.1", [
{load_module, ssl_connection, soft_purge, soft_purge, []}
]
Expand All @@ -10,6 +12,8 @@
{<<"3\\.*">>, [{restart_application, ssl}]}
],
[
{"5.1.1", [{restart_application, ssl}]
},
{"5.1", [
{load_module, ssl_connection, soft_purge, soft_purge, []}
]
Expand Down
2 changes: 1 addition & 1 deletion lib/ssl/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SSL_VSN = 5.1.1
SSL_VSN = 5.1.2

0 comments on commit 51e291f

Please sign in to comment.