diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-18 19:36:01 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-18 19:36:01 +0100 |
commit | 3ee2a4a6d0c0566ffe5e6d393074117b730521c3 (patch) | |
tree | 4380b22b33115b46c7f6e7879bec0d631a7b9015 | |
parent | ed55df9648ca296d77c4e11f044066098a3e031a (diff) |
rebar.config.sample: document require_*_vsn options
-rw-r--r-- | rebar.config.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index 8e4b51e..f34ff93 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -5,6 +5,11 @@ %% == Core == +%% Check required ERTS or OTP release version +{require_erts_vsn, ".*"}. +{require_otp_vsn, ".*"}. +{require_min_otp_vsn, ".*"}. + %% Additional library directories to add to the code path {lib_dirs, []}. |