RELEASE LuaJIT-2.0.2

This commit is contained in:
Mike Pall
2013-06-03 21:16:17 +02:00
parent 742ba5c12c
commit 21af151af2
13 changed files with 17 additions and 17 deletions

View File

@@ -41,7 +41,7 @@
-- Cache some library functions and objects.
local jit = require("jit")
assert(jit.version_num == 20001, "LuaJIT core/library version mismatch")
assert(jit.version_num == 20002, "LuaJIT core/library version mismatch")
local jutil = require("jit.util")
local vmdef = require("jit.vmdef")
local bit = require("bit")