aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-04-14 14:48:20 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-04-14 14:48:20 -0300
commite408cf61a2b0f96d1393c046dff32ed762b925a1 (patch)
tree1308e6dc87ff8244f43bedee0b877e5734ab4f0f
parent4e90768635d696c3c4d4fefb900c9cd5237f9cc3 (diff)
downloadlua-e408cf61a2b0f96d1393c046dff32ed762b925a1.tar.gz
lua-e408cf61a2b0f96d1393c046dff32ed762b925a1.tar.bz2
lua-e408cf61a2b0f96d1393c046dff32ed762b925a1.zip
new version number
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index f5bae3f5..4bc49c4c 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.45 2000/03/27 14:00:35 roberto Exp roberto $ 2** $Id: lua.h,v 1.46 2000/04/14 17:46:37 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil 4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
5** e-mail: lua@tecgraf.puc-rio.br 5** e-mail: lua@tecgraf.puc-rio.br
@@ -11,7 +11,7 @@
11#ifndef lua_h 11#ifndef lua_h
12#define lua_h 12#define lua_h
13 13
14#define LUA_VERSION "Lua 3.x" 14#define LUA_VERSION "Lua 4.0"
15#define LUA_COPYRIGHT "Copyright (C) 1994-2000 TeCGraf, PUC-Rio" 15#define LUA_COPYRIGHT "Copyright (C) 1994-2000 TeCGraf, PUC-Rio"
16#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" 16#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
17 17