summaryrefslogtreecommitdiff
path: root/src/lua.c
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2006-06-02 12:00:00 +0000
committerrepogen <>2006-06-02 12:00:00 +0000
commit2ccf5a6aa54605d1b4f6a4a6e3b83625780e2cb3 (patch)
treec9a428ef8d253d5c5095cc7b7712c138d2cdd4ae /src/lua.c
parent60e37e0252c2758c935c8f382ace44b5100f6f21 (diff)
downloadlua-github-5.1.1-rc2.tar.gz
Lua 5.1.1-rc25.1.1-rc2
Diffstat (limited to 'src/lua.c')
-rw-r--r--src/lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua.c b/src/lua.c
index 991a74b8..5cee7fa9 100644
--- a/src/lua.c
+++ b/src/lua.c
@@ -1,5 +1,5 @@
/*
-** $Id: lua.c,v 1.159 2006/05/24 14:16:39 roberto Exp $
+** $Id: lua.c,v 1.160 2006/06/02 15:34:00 roberto Exp $
** Lua stand-alone interpreter
** See Copyright Notice in lua.h
*/
@@ -107,7 +107,7 @@ static int docall (lua_State *L, int narg, int clear) {
static void print_version (void) {
- l_message(NULL, LUA_VERSION " " LUA_COPYRIGHT);
+ l_message(NULL, LUA_RELEASE " " LUA_COPYRIGHT);
}