diff --git a/Makefile b/Makefile index 72ca8ff3cc19..6e21588476df 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1 # Lua version and release. V= 5.4 -R= $V.7 +R= $V.8 # Targets start here. all: $(PLAT) diff --git a/README b/README index fe99b874f616..b251d296f687 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -This is Lua 5.4.7, released on 13 Jun 2024. +This is Lua 5.4.8, released on 21 May 2025. 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 e17104845a2d..18b677dbac8f 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–2024 Lua.org, PUC-Rio. +Copyright © 2020–2025 Lua.org, PUC-Rio. Freely available under the terms of the Lua license. @@ -668,10 +668,10 @@ Freely available under the terms of the