mirror of https://github.com/rusefi/lua.git
new version.
This commit is contained in:
parent
1936a9e53b
commit
0a1891f6a0
4
lua.h
4
lua.h
|
@ -2,14 +2,14 @@
|
||||||
** LUA - Linguagem para Usuarios de Aplicacao
|
** LUA - Linguagem para Usuarios de Aplicacao
|
||||||
** Grupo de Tecnologia em Computacao Grafica
|
** Grupo de Tecnologia em Computacao Grafica
|
||||||
** TeCGraf - PUC-Rio
|
** TeCGraf - PUC-Rio
|
||||||
** $Id: lua.h,v 3.26 1996/04/22 18:00:37 roberto Exp roberto $
|
** $Id: lua.h,v 3.27 1996/04/25 14:10:00 roberto Exp roberto $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef lua_h
|
#ifndef lua_h
|
||||||
#define lua_h
|
#define lua_h
|
||||||
|
|
||||||
#define LUA_VERSION "Lua 2.4 (beta)"
|
#define LUA_VERSION "Lua 2.4"
|
||||||
#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf"
|
#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf"
|
||||||
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
|
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue