diff options
| author | Lua Team <team@lua.org> | 2011-06-13 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2011-06-13 12:00:00 +0000 |
| commit | d60cd73117443e4a9be4a58463850bd34088acf3 (patch) | |
| tree | d3cb70865232295b7ddb19c853d44f4c69c45275 /src/lua.h | |
| parent | 5a8a687c0df648162fc86f30ee9ff10c4af44225 (diff) | |
| download | lua-github-d60cd73117443e4a9be4a58463850bd34088acf3.tar.gz | |
Lua 5.2.0-beta-rc15.2.0-beta-rc1
Diffstat (limited to 'src/lua.h')
| -rw-r--r-- | src/lua.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.276 2010/10/26 19:32:19 roberto Exp $ +** $Id: lua.h,v 1.277 2011/04/18 14:15:48 roberto Exp $ ** Lua - A Scripting Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file @@ -18,12 +18,12 @@ #define LUA_VERSION_MAJOR "5" #define LUA_VERSION_MINOR "2" -#define LUA_VERSION_RELEASE "0" " (alpha)" +#define LUA_VERSION_RELEASE "0" " (beta)" #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE #define LUA_VERSION_NUM 502 -#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2010 Lua.org, PUC-Rio" +#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2011 Lua.org, PUC-Rio" #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" @@ -415,7 +415,7 @@ struct lua_Debug { /****************************************************************************** -* Copyright (C) 1994-2010 Lua.org, PUC-Rio. All rights reserved. +* Copyright (C) 1994-2011 Lua.org, PUC-Rio. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the |
