Switch build system to rolling releases.

This commit is contained in:
Mike Pall
2023-08-21 03:06:26 +02:00
parent c345946819
commit 50e0fa03c4
13 changed files with 87 additions and 27 deletions

View File

@@ -648,7 +648,7 @@ LUALIB_API int luaopen_jit(lua_State *L)
{
lua_pushliteral(L, LJ_OS_NAME);
lua_pushliteral(L, LJ_ARCH_NAME);
lua_pushinteger(L, LUAJIT_VERSION_NUM);
lua_pushinteger(L, LUAJIT_VERSION_NUM); /* Deprecated. */
lua_pushliteral(L, LUAJIT_VERSION);
LJ_LIB_REG(L, LUA_JITLIBNAME, jit);
#ifndef LUAJIT_DISABLE_JITUTIL