aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2007-02-07 15:54:52 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2007-02-07 15:54:52 -0200
commita7861d9d666adcb629958da8131fc6a86c1b97d6 (patch)
tree2332d187b24271931667a74d5210daaa6af2803d /lua.h
parentd62a21b9d379a576bae7426c80039ca1a4d2bb07 (diff)
downloadlua-a7861d9d666adcb629958da8131fc6a86c1b97d6.tar.gz
lua-a7861d9d666adcb629958da8131fc6a86c1b97d6.tar.bz2
lua-a7861d9d666adcb629958da8131fc6a86c1b97d6.zip
new year...
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 fc5c08f3..89759d50 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.222 2006/10/17 19:59:04 roberto Exp roberto $ 2** $Id: lua.h,v 1.223 2006/11/30 11:25:40 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
@@ -19,7 +19,7 @@
19#define LUA_VERSION "Lua 5.2" 19#define LUA_VERSION "Lua 5.2"
20#define LUA_RELEASE "Lua 5.2.0" 20#define LUA_RELEASE "Lua 5.2.0"
21#define LUA_VERSION_NUM 502 21#define LUA_VERSION_NUM 502
22#define LUA_COPYRIGHT "Copyright (C) 1994-2006 Lua.org, PUC-Rio" 22#define LUA_COPYRIGHT "Copyright (C) 1994-2007 Lua.org, 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