mirror of
https://github.com/lua/lua
synced 2024-11-22 21:01:26 +03:00
new version (and new copyright)...
This commit is contained in:
parent
bbfd28959d
commit
62f786e08c
10
lua.h
10
lua.h
@ -1,7 +1,7 @@
|
||||
/*
|
||||
** $Id: lua.h,v 1.208 2005/05/17 19:49:15 roberto Exp roberto $
|
||||
** $Id: lua.h,v 1.209 2005/05/31 14:34:02 roberto Exp roberto $
|
||||
** Lua - An Extensible Extension Language
|
||||
** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
|
||||
** Lua.org, PUC-Rio, Brazil
|
||||
** http://www.lua.org
|
||||
** See Copyright Notice at the end of this file
|
||||
*/
|
||||
@ -17,9 +17,9 @@
|
||||
#include "luaconf.h"
|
||||
|
||||
|
||||
#define LUA_VERSION "Lua 5.1 (work)"
|
||||
#define LUA_VERSION "Lua 5.1"
|
||||
#define LUA_VERSION_NUM 501
|
||||
#define LUA_COPYRIGHT "Copyright (C) 1994-2005 Tecgraf, PUC-Rio"
|
||||
#define LUA_COPYRIGHT "Copyright (C) 1994-2005 Lua.org, PUC-Rio"
|
||||
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
|
||||
|
||||
|
||||
@ -357,7 +357,7 @@ struct lua_Debug {
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
* Copyright (C) 1994-2005 Tecgraf, PUC-Rio. All rights reserved.
|
||||
* Copyright (C) 1994-2005 Lua.org, 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
|
||||
|
Loading…
Reference in New Issue
Block a user