diff --git a/Makefile b/Makefile index 36447a0f61c..fed75b3c431 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1 # Lua version and release. V= 5.4 -R= $V.2 +R= $V.3 # Targets start here. all: $(PLAT) diff --git a/README b/README index bc8a9d737d2..ebd4db08545 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Lua 5.4.2, released on 13 Nov 2020. +This is Lua 5.4.3, released on 15 Mar 2021. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff --git a/doc/contents.html b/doc/contents.html index 8ea0616b25c..7ecf1c7c8dd 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -32,7 +32,7 @@ For a complete introduction to Lua programming, see the book
-Copyright © 2020 Lua.org, PUC-Rio.
+Copyright © 2020–2021 Lua.org, PUC-Rio.
Freely available under the terms of the
Lua license.
@@ -396,6 +396,7 @@ Freely available under the terms of the
lua_callk
lua_checkstack
lua_close
+lua_closeslot
lua_compare
lua_concat
lua_copy
@@ -663,10 +664,10 @@ Freely available under the terms of the