new macro LUA_RELEASE

This commit is contained in:
Roberto Ierusalimschy
2006-06-02 12:34:00 -03:00
parent 414359b2f1
commit 475b0ecbf1
4 changed files with 9 additions and 8 deletions

4
lapi.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 2.52 2005/12/22 16:19:56 roberto Exp roberto $
** $Id: lapi.c,v 2.53 2006/01/10 12:50:00 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
@@ -32,7 +32,7 @@
const char lua_ident[] =
"$Lua: " LUA_VERSION " " LUA_COPYRIGHT " $\n"
"$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $\n"
"$Authors: " LUA_AUTHORS " $\n"
"$URL: www.lua.org $\n";