|
1 | 1 | %-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*- |
2 | 2 | % ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod: |
3 | 3 |
|
4 | | -{require_otp_vsn,"R16|17|18|19|20"}. |
| 4 | +{require_otp_vsn,"R16|17|18|19|20|21"}. |
5 | 5 | {erl_opts, |
6 | 6 | [{platform_define,"^R16",'ERLANG_OTP_VERSION_16'}, |
7 | 7 | {platform_define,"^17\.",'ERLANG_OTP_VERSION_17'}, |
8 | 8 | {platform_define,"^18\.",'ERLANG_OTP_VERSION_18'}, |
9 | 9 | {platform_define,"^19\.",'ERLANG_OTP_VERSION_19'}, |
10 | | - {platform_define,"^20\.",'ERLANG_OTP_VERSION_20'}]}. |
| 10 | + {platform_define,"^20\.",'ERLANG_OTP_VERSION_20'}, |
| 11 | + {platform_define,"^21\.",'ERLANG_OTP_VERSION_21'}]}. |
11 | 12 | {edoc_opts, [{preprocess,true}]}. |