From 475b0ecbf18be08ee824c4958ac33b7682891bbf Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Jun 2006 12:34:00 -0300 Subject: new macro LUA_RELEASE --- lua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua.c') diff --git a/lua.c b/lua.c index 8cf83087..b8cf32ed 100644 --- a/lua.c +++ b/lua.c @@ -1,5 +1,5 @@ /* -** $Id: lua.c,v 1.158 2006/04/10 18:27:23 roberto Exp roberto $ +** $Id: lua.c,v 1.159 2006/05/24 14:16:39 roberto Exp roberto $ ** 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); } -- cgit v1.2.3-55-g6feb