summaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2012-03-21 12:00:00 +0000
committerrepogen <>2012-03-21 12:00:00 +0000
commit1cb937cf2d4583482aadaff45b6628b39fdcd91e (patch)
tree614eba453350c41305e41d647e9e03d779314f89 /src/lua.h
parent6ee889a587f9b600b564d5c0ba0350faab0387cd (diff)
downloadlua-github-5.2.1-work1.tar.gz
Lua 5.2.1-work15.2.1-work1
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 1fafa45e..49d24b94 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -19,7 +19,7 @@
#define LUA_VERSION_MAJOR "5"
#define LUA_VERSION_MINOR "2"
#define LUA_VERSION_NUM 502
-#define LUA_VERSION_RELEASE "0"
+#define LUA_VERSION_RELEASE "0" " (work1)"
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE