diff -u -Nr lua-5.4.0/Makefile lua-5.4.1/Makefile --- lua-5.4.0/Makefile 2020-04-15 09:55:07.000000000 -0300 +++ lua-5.4.1/Makefile 2020-09-30 06:41:43.000000000 -0300 @@ -46,7 +46,7 @@ # Lua version and release. V= 5.4 -R= $V.0 +R= $V.1 # Targets start here. all: $(PLAT) diff -u -Nr lua-5.4.0/README lua-5.4.1/README --- lua-5.4.0/README 2020-06-18 13:11:05.000000000 -0300 +++ lua-5.4.1/README 2020-09-30 06:57:11.000000000 -0300 @@ -1,5 +1,5 @@ -This is Lua 5.4.0, released on 18 Jun 2020. +This is Lua 5.4.1, released on 30 Sep 2020. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff -u -Nr lua-5.4.0/doc/contents.html lua-5.4.1/doc/contents.html --- lua-5.4.0/doc/contents.html 2020-05-30 08:22:19.000000000 -0300 +++ lua-5.4.1/doc/contents.html 2020-09-30 06:45:11.000000000 -0300 @@ -95,6 +95,7 @@