BRANCH LuaJIT-2.1

This commit is contained in:
Mike Pall
2013-02-21 16:49:04 +01:00
parent d4bc6ab756
commit 61fb587d2c
9 changed files with 27 additions and 20 deletions

View File

@@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.0.1"
#define LUAJIT_VERSION_NUM 20001 /* Version 2.0.1 = 02.00.01. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_1
#define LUAJIT_VERSION "LuaJIT 2.1.0-alpha"
#define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_alpha
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2013 Mike Pall"
#define LUAJIT_URL "http://luajit.org/"