diff -Nru lua-5.5.0/Makefile lua-5.5.1/Makefile --- lua-5.5.0/Makefile 2025-06-26 10:04:37.000000000 -0300 +++ lua-5.5.1/Makefile 2026-07-14 15:25:18.594547846 -0300 @@ -36,7 +36,7 @@ # == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE ======= # Convenience platforms targets. -PLATS= guess aix bsd c89 freebsd generic ios linux macosx mingw posix solaris +PLATS= guess aix bsd c89 freebsd generic ios linux linux-readline macosx mingw posix solaris # What to install. TO_BIN= lua luac @@ -46,7 +46,7 @@ # Lua version and release. V= 5.5 -R= $V.0 +R= $V.1 # Targets start here. all: $(PLAT) diff -Nru lua-5.5.0/README lua-5.5.1/README --- lua-5.5.0/README 2025-12-15 18:03:48.000000000 -0300 +++ lua-5.5.1/README 2026-07-15 17:29:58.617776036 -0300 @@ -1,5 +1,5 @@ -This is Lua 5.5.0, released on 15 Dec 2025. +This is Lua 5.5.1, released on 15 Jul 2026. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff -Nru lua-5.5.0/doc/contents.html lua-5.5.1/doc/contents.html --- lua-5.5.0/doc/contents.html 2025-12-04 14:32:26.000000000 -0300 +++ lua-5.5.1/doc/contents.html 2026-07-13 18:19:59.669124761 -0300 @@ -32,7 +32,7 @@
-Copyright © 2020–2025 Lua.org, PUC-Rio. +Copyright © 2020–2026 Lua.org, PUC-Rio. Freely available under the terms of the Lua license. @@ -705,10 +705,10 @@