final version

This commit is contained in:
Roberto Ierusalimschy 2003-02-18 13:01:57 -03:00
parent 15db58a2f5
commit dce9a49a08

8
lua.h
View File

@ -1,5 +1,5 @@
/*
** $Id: lua.h,v 1.169 2002/12/04 17:28:27 roberto Exp roberto $
** $Id: lua.h,v 1.170 2002/12/19 11:11:55 roberto Exp roberto $
** Lua - An Extensible Extension Language
** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
** http://www.lua.org mailto:info@lua.org
@ -14,8 +14,8 @@
#include <stddef.h>
#define LUA_VERSION "Lua 5.0 (beta)"
#define LUA_COPYRIGHT "Copyright (C) 1994-2002 Tecgraf, PUC-Rio"
#define LUA_VERSION "Lua 5.0"
#define LUA_COPYRIGHT "Copyright (C) 1994-2003 Tecgraf, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
@ -365,7 +365,7 @@ struct lua_Debug {
/******************************************************************************
* Copyright (C) 2002 Tecgraf, PUC-Rio. All rights reserved.
* Copyright (C) 1994-2003 Tecgraf, PUC-Rio. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the