This commit is contained in:
Miku AuahDark
2024-03-31 11:20:09 +08:00
parent f3eefb66f5
commit e745aefed4
60 changed files with 598 additions and 258 deletions
+2 -2
View File
@@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.1.1700008891"
#define LUAJIT_VERSION "LuaJIT 2.1.1710088188"
#define LUAJIT_VERSION_NUM 20199 /* Deprecated. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1700008891
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1710088188
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2023 Mike Pall"
#define LUAJIT_URL "https://luajit.org/"