diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-14 10:40:26 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-14 10:40:26 -0300 |
| commit | c56e2b2e30364bf245d518bef5d4b896212c686a (patch) | |
| tree | 7eb49dc5a3c2a3af1b2fc048fe73276b46ec97a0 /lua.h | |
| parent | d1608c597e2f45021d43c56050aff08e5d417699 (diff) | |
| download | lua-github-c56e2b2e30364bf245d518bef5d4b896212c686a.tar.gz | |
new version
Diffstat (limited to 'lua.h')
| -rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ ** LUA - Linguagem para Usuarios de Aplicacao ** Grupo de Tecnologia em Computacao Grafica ** TeCGraf - PUC-Rio -** $Id: lua.h,v 3.21 1995/11/13 15:36:52 roberto Exp roberto $ +** $Id: lua.h,v 3.22 1996/02/12 18:32:09 roberto Exp roberto $ */ #ifndef lua_h #define lua_h -#define LUA_VERSION "Lua 2.2" +#define LUA_VERSION "Lua 2.3 (beta)" #define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
