Skip to content

Commit 64bc94e

Browse files
authored
Merge pull request #16 from apache/big-r81-add-erlang-25
Add Erlang 25 support
2 parents 536286a + 7ed2207 commit 64bc94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22|23|24"}.
1+
{require_otp_vsn, "R14|R15|R16|17|18|19|20|21|22|23|24|25"}.
22

33
{erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
44
{port_sources, ["c_src/*.cc",

0 commit comments

Comments
 (0)