From dce9a49a086189c8fe1a3a1098dcde4871a7036d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 18 Feb 2003 13:01:57 -0300 Subject: final version --- lua.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua.h') diff --git a/lua.h b/lua.h index 3f5d447f..3b4f21b6 100644 --- 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 -#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 -- cgit v1.2.3-55-g6feb