diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-21 22:03:40 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-21 22:03:40 +0200 |
commit | 98312c881f05b69fe09ed980d773a883261a0a8c (patch) | |
tree | 45fe62e53e457c04dabc8e8c2dd0494a65a8def5 /src | |
parent | 20dfd32c85a346f8a8bd270c5c02b5900a5832cf (diff) |
Adjust deprecation message
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_erlc_compiler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl index b63c295..38dd198 100644 --- a/src/rebar_erlc_compiler.erl +++ b/src/rebar_erlc_compiler.erl @@ -71,7 +71,7 @@ compile(Config, _AppFile) -> ?DEPRECATED(fail_on_warning, warnings_as_errors, rebar_config:get_list(Config, erl_opts, []), - "once OTP R15 is released"), + "once OTP R14B03 is released"), rebar_base_compiler:run(Config, check_files(rebar_config:get_local( |