summaryrefslogtreecommitdiff
path: root/include/lua.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2002-07-04 12:00:00 +0000
committerrepogen <>2002-07-04 12:00:00 +0000
commit1981b7c90eb09e956e969cda5c473be4560af573 (patch)
treec392e31135e6e22793bf61e4cd493452f2db4216 /include/lua.h
parent8cb71cb5548e3138e5d4e4744f52c79d9fafb116 (diff)
downloadlua-github-1981b7c90eb09e956e969cda5c473be4560af573.tar.gz
Lua 4.0.14.0.1
Diffstat (limited to 'include/lua.h')
-rw-r--r--include/lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lua.h b/include/lua.h
index 1b271534..660ecd80 100644
--- a/include/lua.h
+++ b/include/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.79 2000/10/31 12:44:07 roberto Exp $
+** $Id: lua.h,v 1.79a 2000/10/31 12:44:07 roberto Exp $
** Lua - An Extensible Extension Language
** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
** e-mail: lua@tecgraf.puc-rio.br
@@ -22,7 +22,7 @@
#endif
-#define LUA_VERSION "Lua 4.0"
+#define LUA_VERSION "Lua 4.0.1"
#define LUA_COPYRIGHT "Copyright (C) 1994-2000 TeCGraf, PUC-Rio"
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"