summaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2010-11-16 12:00:00 +0000
committerrepogen <>2010-11-16 12:00:00 +0000
commitccd28dfe034d5dfd130e5378a147e3e9fe7f6807 (patch)
treef1c922e8064f556c1034511afbbb3376640c4d27 /src/lua.h
parentd4bba06f4b8264eee00b25ee08e982d348486aaf (diff)
downloadlua-github-5.2.0-alpha-rc1.tar.gz
Lua 5.2.0-alpha-rc15.2.0-alpha-rc1
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h2
1 files changed, 1 insertions, 1 deletions
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