diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-11-12 14:00:16 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-11-12 14:00:16 -0200 |
commit | 3ccdd57c26f27e2205281e93db211a18dc895cde (patch) | |
tree | 2f1b4a0fcc7c42de2e8c795b5ab808e84956a3d9 | |
parent | a103455dda85bb8a2e852e83a4748aa20d485180 (diff) | |
download | lua-3ccdd57c26f27e2205281e93db211a18dc895cde.tar.gz lua-3ccdd57c26f27e2205281e93db211a18dc895cde.tar.bz2 lua-3ccdd57c26f27e2205281e93db211a18dc895cde.zip |
new version
-rw-r--r-- | lua.h | 4 | ||||
-rw-r--r-- | manual.tex | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -2,14 +2,14 @@ | |||
2 | ** LUA - Linguagem para Usuarios de Aplicacao | 2 | ** LUA - Linguagem para Usuarios de Aplicacao |
3 | ** Grupo de Tecnologia em Computacao Grafica | 3 | ** Grupo de Tecnologia em Computacao Grafica |
4 | ** TeCGraf - PUC-Rio | 4 | ** TeCGraf - PUC-Rio |
5 | ** $Id: lua.h,v 3.29 1996/11/01 12:46:59 roberto Exp roberto $ | 5 | ** $Id: lua.h,v 3.30 1996/11/07 20:26:08 roberto Exp roberto $ |
6 | */ | 6 | */ |
7 | 7 | ||
8 | 8 | ||
9 | #ifndef lua_h | 9 | #ifndef lua_h |
10 | #define lua_h | 10 | #define lua_h |
11 | 11 | ||
12 | #define LUA_VERSION "Lua 2.5 (beta)" | 12 | #define LUA_VERSION "Lua 2.5" |
13 | #define LUA_COPYRIGHT "Copyright (C) 1994-1996 TeCGraf" | 13 | #define LUA_COPYRIGHT "Copyright (C) 1994-1996 TeCGraf" |
14 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 14 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
15 | 15 | ||
@@ -1,4 +1,4 @@ | |||
1 | % $Id: manual.tex,v 1.21 1996/11/01 18:02:53 roberto Exp roberto $ | 1 | % $Id: manual.tex,v 1.22 1996/11/06 20:26:56 roberto Exp roberto $ |
2 | 2 | ||
3 | \documentstyle[fullpage,11pt,bnf]{article} | 3 | \documentstyle[fullpage,11pt,bnf]{article} |
4 | 4 | ||
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | \newcommand{\ff}{$\bullet$\ } | 16 | \newcommand{\ff}{$\bullet$\ } |
17 | 17 | ||
18 | \newcommand{\Version}{2.5 (beta)} | 18 | \newcommand{\Version}{2.5} |
19 | 19 | ||
20 | \makeindex | 20 | \makeindex |
21 | 21 | ||
@@ -35,7 +35,7 @@ Waldemar Celes | |||
35 | \tecgraf\ --- Departamento de Inform\'atica --- PUC-Rio | 35 | \tecgraf\ --- Departamento de Inform\'atica --- PUC-Rio |
36 | } | 36 | } |
37 | 37 | ||
38 | \date{\small \verb$Date: 1996/11/01 18:02:53 $} | 38 | \date{\small \verb$Date: 1996/11/06 20:26:56 $} |
39 | 39 | ||
40 | \maketitle | 40 | \maketitle |
41 | 41 | ||