Skip to content

Commit

Permalink
upgraded luajit to 2.0.0rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Nov 6, 2012
1 parent 8950d46 commit 86a935b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/mirror-tarballs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ echo

#################################

ver=2.0.0-rc1
ver=2.0.0-rc2
$root/util/get-tarball "http://luajit.org/download/LuaJIT-$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
tar -xzf LuaJIT-$ver.tar.gz || exit 1

Expand Down
2 changes: 1 addition & 1 deletion util/ver
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#main_ver=1.3.7
main_ver=1.2.4
minor_ver=7rc2
minor_ver=7rc3
version=$main_ver.$minor_ver
echo $version

0 comments on commit 86a935b

Please sign in to comment.