diff options
author | Björn Gustavsson <[email protected]> | 2013-02-13 07:04:57 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-02-14 12:05:09 +0100 |
commit | c84e2d57caf2df600cbf91330bdae4d8705f51ea (patch) | |
tree | cb1e7d37d5734a63cebbdd8d43ded7ee72156e3f /lib/stdlib/src/otp_internal.erl | |
parent | 856f165d08b03a85a96389c4795e8b1b019e30f3 (diff) | |
download | otp-c84e2d57caf2df600cbf91330bdae4d8705f51ea.tar.gz otp-c84e2d57caf2df600cbf91330bdae4d8705f51ea.tar.bz2 otp-c84e2d57caf2df600cbf91330bdae4d8705f51ea.zip |
Update deprecation message for gs
Too late now to remove gs in R16.
Diffstat (limited to 'lib/stdlib/src/otp_internal.erl')
-rw-r--r-- | lib/stdlib/src/otp_internal.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl index 9257953071..a4f4035c79 100644 --- a/lib/stdlib/src/otp_internal.erl +++ b/lib/stdlib/src/otp_internal.erl @@ -353,7 +353,7 @@ obsolete_1(inviso, _, _) -> %% Added in R15B01. obsolete_1(gs, _, _) -> - {deprecated,"the gs application has been deprecated and will be removed in R16; use the wx application instead"}; + {deprecated,"the gs application has been deprecated and will be removed in R17; use the wx application instead"}; obsolete_1(ssh, sign_data, 2) -> {deprecated,"deprecated (will be removed in R16A); use public_key:pem_decode/1, public_key:pem_entry_decode/1 " "and public_key:sign/3 instead"}; |