Skip to content

Commit

Permalink
upgraded luajit to 2.0.0rc3.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Nov 9, 2012
1 parent 86a935b commit eac1071
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
Expand Up @@ -308,7 +308,7 @@ echo

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

ver=2.0.0-rc2
ver=2.0.0-rc3
$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
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit eac1071

Please sign in to comment.