diff options
author | Ingela Anderton Andin <[email protected]> | 2013-06-05 10:19:54 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-06-05 16:34:41 +0200 |
commit | 95866c1dea1851abcaa9854bcba754afee569fca (patch) | |
tree | 19f509aded88e9511ec057e3ffd62db7183267b8 /lib/crypto/src | |
parent | f509fb7cef82413b19db0734a314c216b30a415c (diff) | |
download | otp-95866c1dea1851abcaa9854bcba754afee569fca.tar.gz otp-95866c1dea1851abcaa9854bcba754afee569fca.tar.bz2 otp-95866c1dea1851abcaa9854bcba754afee569fca.zip |
crypto & public_key: prepare for release
Diffstat (limited to 'lib/crypto/src')
-rw-r--r-- | lib/crypto/src/crypto.appup.src | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/crypto/src/crypto.appup.src b/lib/crypto/src/crypto.appup.src index b39ef734eb..5b4ce5acee 100644 --- a/lib/crypto/src/crypto.appup.src +++ b/lib/crypto/src/crypto.appup.src @@ -1,7 +1,8 @@ +%% -*- erlang -*- %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2009. All Rights Reserved. +%% Copyright Ericsson AB 1999-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -17,6 +18,11 @@ %% %CopyrightEnd% %% {"%VSN%", - [], - [] -}. + [ + {<<"2\\.*">>, [{restart_application, crypto}]} + {<<"1\\.*">>, [{restart_application, crypto}]} + ], + [ + {<<"2\\.*">>, [{restart_application, crypto}]} + {<<"1\\.*">>, [{restart_application, crypto}]} + ]}. |