aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-01-17 21:50:55 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-01-17 21:50:55 -0200
commitac71a0891d8571816ce32b5c2c1fd97942decf71 (patch)
tree3b3af6a66d1725f1ee4eae4f7de0897a32c0d23c
parent8e346d875ac1555bb3b008c99130792855a757a8 (diff)
downloadlua-ac71a0891d8571816ce32b5c2c1fd97942decf71.tar.gz
lua-ac71a0891d8571816ce32b5c2c1fd97942decf71.tar.bz2
lua-ac71a0891d8571816ce32b5c2c1fd97942decf71.zip
detail
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 956108a3..b3d7e83e 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.199 2005/01/10 17:31:50 roberto Exp roberto $ 2** $Id: lua.h,v 1.200 2005/01/14 14:19:42 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil 4** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
5** http://www.lua.org mailto:info@lua.org 5** http://www.lua.org mailto:info@lua.org
@@ -19,7 +19,7 @@
19 19
20#define LUA_VERSION "Lua 5.1 (work)" 20#define LUA_VERSION "Lua 5.1 (work)"
21#define LUA_VERSION_NUM 501 21#define LUA_VERSION_NUM 501
22#define LUA_COPYRIGHT "Copyright (C) 1994-2004 Tecgraf, PUC-Rio" 22#define LUA_COPYRIGHT "Copyright (C) 1994-2005 Tecgraf, PUC-Rio"
23#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" 23#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
24 24
25 25