RELEASE LuaJIT-2.0.0-beta10

This commit is contained in:
Mike Pall
2012-05-09 18:11:35 +02:00
parent c8a1f274af
commit 51f05d64c9
9 changed files with 20 additions and 20 deletions

View File

@@ -30,9 +30,9 @@
#include "lua.h"
#define LUAJIT_VERSION "LuaJIT 2.0.0-beta9"
#define LUAJIT_VERSION "LuaJIT 2.0.0-beta10"
#define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta9
#define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta10
#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2012 Mike Pall"
#define LUAJIT_URL "http://luajit.org/"