diff options
author | Lua Team <team@lua.org> | 2006-06-02 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2006-06-02 12:00:00 +0000 |
commit | 2ccf5a6aa54605d1b4f6a4a6e3b83625780e2cb3 (patch) | |
tree | c9a428ef8d253d5c5095cc7b7712c138d2cdd4ae /src/luac.c | |
parent | 60e37e0252c2758c935c8f382ace44b5100f6f21 (diff) | |
download | lua-github-5.1.1-rc2.tar.gz |
Lua 5.1.1-rc25.1.1-rc2
Diffstat (limited to 'src/luac.c')
-rw-r--r-- | src/luac.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |