diff -u -Nr lua-5.5.0-beta/README lua-5.5.0/README --- lua-5.5.0-beta/README 2025-06-28 07:08:28.108948615 -0300 +++ lua-5.5.0/README 2025-11-14 21:55:07.118313193 -0300 @@ -1,5 +1,5 @@ -This is Lua 5.5.0 (beta), released on 28 Jun 2025. +This is Lua 5.5.0, released on 14 Nov 2025. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff -u -Nr lua-5.5.0-beta/doc/contents.html lua-5.5.0/doc/contents.html --- lua-5.5.0-beta/doc/contents.html 2025-06-24 07:26:21.583184024 -0300 +++ lua-5.5.0/doc/contents.html 2025-11-14 21:51:08.858094861 -0300 @@ -86,6 +86,7 @@
  • 3.4.10 – Function Calls
  • 3.4.11 – Function Definitions
  • 3.4.12 – Lists of expressions, multiple results, and adjustment +

  • 4 – The Application Program Interface