Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Enable support for R15
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Nov 23, 2011
1 parent f609395 commit ca8b65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%% -*- mode: erlang -*-

%% Require OTP version R13B04 or R14
{require_otp_vsn, "R13B04|R14"}.
%% Require OTP version R13B04, R14, or R15
{require_otp_vsn, "R13B04|R14|R15"}.

%% Depends
{deps_dir, "../"}.
Expand Down

0 comments on commit ca8b65b

Please sign in to comment.