diff --git a/contrib/lua/Makefile b/contrib/lua/Makefile index 36447a0f61c7..fef1af4821e6 100644 --- a/contrib/lua/Makefile +++ b/contrib/lua/Makefile @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1 # Lua version and release. V= 5.4 -R= $V.2 +R= $V.4 # Targets start here. all: $(PLAT) diff --git a/contrib/lua/README b/contrib/lua/README index bc8a9d737d26..c394c69828b5 100644 --- a/contrib/lua/README +++ b/contrib/lua/README @@ -1,5 +1,5 @@ -This is Lua 5.4.2, released on 13 Nov 2020. +This is Lua 5.4.4, released on 13 Jan 2022. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff --git a/contrib/lua/doc/contents.html b/contrib/lua/doc/contents.html index 8ea0616b25ce..ab82eb4a9278 100644 --- a/contrib/lua/doc/contents.html +++ b/contrib/lua/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–2022 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