From ccd28dfe034d5dfd130e5378a147e3e9fe7f6807 Mon Sep 17 00:00:00 2001 From: Lua Team Date: Tue, 16 Nov 2010 12:00:00 +0000 Subject: Lua 5.2.0-alpha-rc1 --- src/lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua.h') diff --git a/src/lua.h b/src/lua.h index 9de92287..0e1f97a4 100644 --- a/src/lua.h +++ b/src/lua.h @@ -18,7 +18,7 @@ #define LUA_VERSION_MAJOR "5" #define LUA_VERSION_MINOR "2" -#define LUA_VERSION_RELEASE "0" " (work5)" +#define LUA_VERSION_RELEASE "0" " (alpha)" #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE -- cgit v1.2.1