summaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2008-08-12 12:00:00 +0000
committerrepogen <>2008-08-12 12:00:00 +0000
commit22486e05cc9d1a6b207504e037de512240c0432f (patch)
treee1b29dc03c497c069b5360101e924850fba6aec2 /src/lua.h
parent52441b3df3a2448a8a30548a19601c6fc5689934 (diff)
downloadlua-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua.h b/src/lua.h
index 5bc97b74..e4bdfd3b 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -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"