diff options
Diffstat (limited to 'doc/readme.html')
-rw-r--r-- | doc/readme.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/readme.html b/doc/readme.html index 5b9e47ec..e3ff5850 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> -<TITLE>Lua 5.2 readme</TITLE> +<TITLE>Lua 5.3 readme</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> <STYLE TYPE="text/css"> @@ -30,7 +30,7 @@ tt, kbd, code { <HR> <H1> <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A> -Welcome to Lua 5.2 +Welcome to Lua 5.3 (work1) </H1> <P> @@ -69,7 +69,7 @@ and updated <A HREF="http://www.lua.org/docs.html">documentation</A>, especially the -<A HREF="http://www.lua.org/manual/5.2/">reference manual</A>, +<A HREF="http://www.lua.org/manual/5.3/">reference manual</A>, which may differ slightly from the <A HREF="contents.html">local copy</A> distributed in this package. @@ -109,7 +109,7 @@ Here are the details. <OL> <LI> Open a terminal window and move to -the top-level directory, which is named <TT>lua-5.2.2</TT>. +the top-level directory, which is named <TT>lua-5.3.0</TT>. The Makefile there controls both the build process and the installation process. <P> <LI> @@ -261,7 +261,7 @@ compiler: <H2><A NAME="changes">Changes since Lua 5.1</A></H2> <P> -Here are the main changes introduced in Lua 5.2. +Here are the main changes introduced in Lua 5.3. The <A HREF="contents.html">reference manual</A> lists the @@ -279,7 +279,7 @@ lists the <LI> finalizers for tables </UL> -Here are the other changes introduced in Lua 5.2: +Here are the other changes introduced in Lua 5.3: <H3>Language</H3> <UL> <LI> no more fenv for threads or functions @@ -402,10 +402,10 @@ THE SOFTWARE. <HR> <SMALL CLASS="footer"> Last update: -Fri Feb 22 09:24:20 BRT 2013 +Mon Jun 3 23:13:40 BRT 2013 </SMALL> <!-- -Last change: revised for Lua 5.2.2 +Last change: revised for Lua 5.3.0 --> </BODY> |