summaryrefslogtreecommitdiff
path: root/src/luac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/luac.c')
-rw-r--r--src/luac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luac.c b/src/luac.c
index 03f3bc75..d0701739 100644
--- a/src/luac.c
+++ b/src/luac.c
@@ -1,5 +1,5 @@
/*
-** $Id: luac.c,v 1.53 2006/05/31 13:30:05 lhf Exp $
+** $Id: luac.c,v 1.54 2006/06/02 17:37:11 lhf Exp $
** Lua compiler (saves bytecodes to files; also list bytecodes)
** See Copyright Notice in lua.h
*/
@@ -108,7 +108,7 @@ static int doargs(int argc, char* argv[])
}
if (version)
{
- printf("%s %s\n",LUA_VERSION,LUA_COPYRIGHT);
+ printf("%s %s\n",LUA_RELEASE,LUA_COPYRIGHT);
if (version==argc-1) exit(EXIT_SUCCESS);
}
return i;