diff --git a/3rdparty/lua/Makefile b/3rdparty/lua/Makefile index e87e958c9be..c795dd7930a 100644 --- a/3rdparty/lua/Makefile +++ b/3rdparty/lua/Makefile @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1 # Lua version and release. V= 5.3 -R= $V.2 +R= $V.3 # Targets start here. all: $(PLAT) diff --git a/3rdparty/lua/README b/3rdparty/lua/README index eb6247a49cb..e84d9acb898 100644 --- a/3rdparty/lua/README +++ b/3rdparty/lua/README @@ -1,5 +1,5 @@ -This is Lua 5.3.2, released on 25 Nov 2015. +This is Lua 5.3.3, released on 30 May 2016. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff --git a/3rdparty/lua/doc/contents.html b/3rdparty/lua/doc/contents.html index 1272c59cdf0..ca0f568243c 100644 --- a/3rdparty/lua/doc/contents.html +++ b/3rdparty/lua/doc/contents.html @@ -32,7 +32,7 @@ For a complete introduction to Lua programming, see the book
-Copyright © 2015 Lua.org, PUC-Rio. +Copyright © 2015–2016 Lua.org, PUC-Rio. Freely available under the terms of the Lua license. @@ -608,10 +608,10 @@ Freely available under the terms of the