diff options
author | Lua Team <team@lua.org> | 2008-08-12 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2008-08-12 12:00:00 +0000 |
commit | 22486e05cc9d1a6b207504e037de512240c0432f (patch) | |
tree | e1b29dc03c497c069b5360101e924850fba6aec2 /src/lua.h | |
parent | 52441b3df3a2448a8a30548a19601c6fc5689934 (diff) | |
download | lua-github-5.1.4-rc1.tar.gz |
Lua 5.1.4-rc15.1.4-rc1
Diffstat (limited to 'src/lua.h')
-rw-r--r-- | src/lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.218.1.4 2008/01/03 15:41:15 roberto Exp $ +** $Id: lua.h,v 1.218.1.5 2008/08/06 13:30:12 roberto Exp $ ** Lua - An Extensible Extension Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file @@ -17,7 +17,7 @@ #define LUA_VERSION "Lua 5.1" -#define LUA_RELEASE "Lua 5.1.3" +#define LUA_RELEASE "Lua 5.1.4" #define LUA_VERSION_NUM 501 #define LUA_COPYRIGHT "Copyright (C) 1994-2008 Lua.org, PUC-Rio" #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" |