RELEASE LuaJIT-2.0.1

This commit is contained in:
Mike Pall
2013-02-19 18:05:39 +01:00
parent e822bdb688
commit 92699e9ea9
8 changed files with 12 additions and 12 deletions

View File

@@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.0.0"
#define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0
#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_COPYRIGHT "Copyright (C) 2005-2013 Mike Pall"
#define LUAJIT_URL "http://luajit.org/"