浏览代码

release changed to (5.3) alpha

Roberto Ierusalimschy 11 年之前
父节点
当前提交
fba9050d3d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lua.h

+ 2 - 2
lua.h

@@ -1,5 +1,5 @@
 /*
-** $Id: lua.h,v 1.310 2014/07/22 18:07:47 roberto Exp roberto $
+** $Id: lua.h,v 1.311 2014/07/24 14:00:16 roberto Exp roberto $
 ** Lua - A Scripting Language
 ** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
 ** See Copyright Notice at the end of this file
@@ -19,7 +19,7 @@
 #define LUA_VERSION_MAJOR	"5"
 #define LUA_VERSION_MINOR	"3"
 #define LUA_VERSION_NUM		503
-#define LUA_VERSION_RELEASE	"work"
+#define LUA_VERSION_RELEASE	"alpha"
 
 #define LUA_VERSION	"Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
 #define LUA_RELEASE	LUA_VERSION "." LUA_VERSION_RELEASE