summaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
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