diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-12 11:30:42 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-12 21:44:39 -0300 |
commit | 659c4649ce0b64e0d143b5119040194184a09b6f (patch) | |
tree | 0a3e82e8abc228ae832663cec86db81e509f5d10 /win32/lua5.1/include/lua.h | |
parent | 96fe44ffbdf675f47cc41c9e547f088c2de1df12 (diff) | |
download | luarocks-659c4649ce0b64e0d143b5119040194184a09b6f.tar.gz luarocks-659c4649ce0b64e0d143b5119040194184a09b6f.tar.bz2 luarocks-659c4649ce0b64e0d143b5119040194184a09b6f.zip |
win32: Update Lua to 5.1.5
Diffstat (limited to 'win32/lua5.1/include/lua.h')
-rw-r--r-- | win32/lua5.1/include/lua.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/lua5.1/include/lua.h b/win32/lua5.1/include/lua.h index e4bdfd3b..a4b73e74 100644 --- a/win32/lua5.1/include/lua.h +++ b/win32/lua5.1/include/lua.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.218.1.5 2008/08/06 13:30:12 roberto Exp $ | 2 | ** $Id: lua.h,v 1.218.1.7 2012/01/13 20:36:20 roberto Exp $ |
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 |
@@ -17,9 +17,9 @@ | |||
17 | 17 | ||
18 | 18 | ||
19 | #define LUA_VERSION "Lua 5.1" | 19 | #define LUA_VERSION "Lua 5.1" |
20 | #define LUA_RELEASE "Lua 5.1.4" | 20 | #define LUA_RELEASE "Lua 5.1.5" |
21 | #define LUA_VERSION_NUM 501 | 21 | #define LUA_VERSION_NUM 501 |
22 | #define LUA_COPYRIGHT "Copyright (C) 1994-2008 Lua.org, PUC-Rio" | 22 | #define LUA_COPYRIGHT "Copyright (C) 1994-2012 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 | ||
@@ -362,7 +362,7 @@ struct lua_Debug { | |||
362 | 362 | ||
363 | 363 | ||
364 | /****************************************************************************** | 364 | /****************************************************************************** |
365 | * Copyright (C) 1994-2008 Lua.org, PUC-Rio. All rights reserved. | 365 | * Copyright (C) 1994-2012 Lua.org, PUC-Rio. All rights reserved. |
366 | * | 366 | * |
367 | * Permission is hereby granted, free of charge, to any person obtaining | 367 | * Permission is hereby granted, free of charge, to any person obtaining |
368 | * a copy of this software and associated documentation files (the | 368 | * a copy of this software and associated documentation files (the |