diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-08-07 13:53:40 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2007-08-07 13:53:40 -0300 |
commit | 72c2f756489e3dc88105ebd32058a9951847cb29 (patch) | |
tree | 8789cf9d4600ca4f8ad9ad628ab39fde02fef40f /lua.h | |
parent | ec68ed66edf857123e54b090c28451530f974df1 (diff) | |
download | lua-72c2f756489e3dc88105ebd32058a9951847cb29.tar.gz lua-72c2f756489e3dc88105ebd32058a9951847cb29.tar.bz2 lua-72c2f756489e3dc88105ebd32058a9951847cb29.zip |
detail (LUA_COPYRIGHT includes release number)
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.224 2007/02/07 17:54:52 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.225 2007/04/17 13:19:53 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-2007 Lua.org, PUC-Rio" | 22 | #define LUA_COPYRIGHT LUA_RELEASE " 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 | ||