diff options
author | Siri Hansen <[email protected]> | 2014-03-21 16:37:14 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-03-21 16:37:14 +0100 |
commit | d4b97ae200f123ed8f478fa53eb980ef016c14b8 (patch) | |
tree | ae00d35e1b02f69a4af17cd7268283e435486274 /erts/start_scripts/start_sasl.rel.src | |
parent | bbe92ec2c359373205149dabc61ef0d50784760f (diff) | |
download | otp-d4b97ae200f123ed8f478fa53eb980ef016c14b8.tar.gz otp-d4b97ae200f123ed8f478fa53eb980ef016c14b8.tar.bz2 otp-d4b97ae200f123ed8f478fa53eb980ef016c14b8.zip |
Change release name from "OTP APN 181 01" to "Erlang/OTP"
Diffstat (limited to 'erts/start_scripts/start_sasl.rel.src')
-rw-r--r-- | erts/start_scripts/start_sasl.rel.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/start_scripts/start_sasl.rel.src b/erts/start_scripts/start_sasl.rel.src index e521e8df91..e68a34af76 100644 --- a/erts/start_scripts/start_sasl.rel.src +++ b/erts/start_scripts/start_sasl.rel.src @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2009. All Rights Reserved. +%% Copyright Ericsson AB 1996-2014. 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 @@ -16,7 +16,7 @@ %% %% %CopyrightEnd% %% -{release, {"OTP APN 181 01","%SYS_VSN%"}, {erts, "%ERTS_VSN%"}, +{release, {"Erlang/OTP","%SYS_VSN%"}, {erts, "%ERTS_VSN%"}, [{kernel,"%KERNEL_VSN%"}, {stdlib,"%STDLIB_VSN%"}, {sasl, "%SASL_VSN%"}]}. |