lua

A copy of the Lua development repository
Log | Files | Refs | README

commit dce9a49a086189c8fe1a3a1098dcde4871a7036d
parent 15db58a2f5293add82ef447c466f3ea950705593
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 18 Feb 2003 13:01:35 -0300

final version

Diffstat:
Mlua.h | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lua.h b/lua.h @@ -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