RELEASE LuaJIT-2.0.0-beta4

This commit is contained in:
Mike Pall
2010-03-28 19:26:33 +02:00
parent 3a8b9bad2e
commit 23189fa40d
9 changed files with 34 additions and 24 deletions

View File

@@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.0.0-beta3"
#define LUAJIT_VERSION "LuaJIT 2.0.0-beta4"
#define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta3
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta4
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2010 Mike Pall"
#define LUAJIT_URL "http://luajit.org/"