Skip to content

Commit

Permalink
Bump the Erlang version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Arcieri committed Mar 4, 2011
1 parent 3dfed26 commit 566f94a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ task :check_erl_version do
print "Checking Erlang version... "
version = erlang_version

if version >= "5.6.3"
if version >= "5.7.0"
puts "#{version} (ok)"
else
puts "#{version} (too old)"
puts "Sorry, the version of Erlang you have installed is too old to run Reia"
puts "Reia requires a minimum Erlang version of R12B-3 (5.6.3)"
puts "Please see http://wiki.reia-lang.org/wiki/Building#Prerequisites"
puts "Reia requires a minimum Erlang version of R13B (5.7.0)"
exit 1
end
end
Expand Down

0 comments on commit 566f94a

Please sign in to comment.