RELEASE LuaJIT-2.0.0-beta7

This commit is contained in:
Mike Pall
2011-05-05 16:17:57 +02:00
parent 998061f530
commit cfdc356ebe
19 changed files with 41 additions and 41 deletions

View File

@@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.0.0-beta6"
#define LUAJIT_VERSION "LuaJIT 2.0.0-beta7"
#define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta6
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta7
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2011 Mike Pall"
#define LUAJIT_URL "http://luajit.org/"