summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-12-27 15:09:50 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-12-27 15:09:50 -0200
commita486090a5c287e43581edee373f6fd44e39dd8c7 (patch)
tree4d11d5c77fde1bb503aac2a5fbde0f8975438515 /lua.h
parent0160591998b3d1883691e96e0ddfe55463ae0d3a (diff)
downloadlua-a486090a5c287e43581edee373f6fd44e39dd8c7.tar.gz
lua-a486090a5c287e43581edee373f6fd44e39dd8c7.tar.bz2
lua-a486090a5c287e43581edee373f6fd44e39dd8c7.zip
copyright will be 2006
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index e94bc734..851dbb3d 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.213 2005/09/20 17:55:10 roberto Exp roberto $ 2** $Id: lua.h,v 1.214 2005/10/20 11:35:50 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** Lua.org, PUC-Rio, Brazil (http://www.lua.org) 4** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
5** See Copyright Notice at the end of this file 5** See Copyright Notice at the end of this file
@@ -18,7 +18,7 @@
18 18
19#define LUA_VERSION "Lua 5.1" 19#define LUA_VERSION "Lua 5.1"
20#define LUA_VERSION_NUM 501 20#define LUA_VERSION_NUM 501
21#define LUA_COPYRIGHT "Copyright (C) 1994-2005 Lua.org, PUC-Rio" 21#define LUA_COPYRIGHT "Copyright (C) 1994-2006 Lua.org, PUC-Rio"
22#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" 22#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
23 23
24 24