diff -u -r lua-5.3.3/Makefile lua-5.3.4/Makefile --- lua-5.3.3/Makefile 2016-01-13 23:13:47.000000000 -0200 +++ lua-5.3.4/Makefile 2016-12-20 14:26:08.000000000 -0200 @@ -46,7 +46,7 @@ # Lua version and release. V= 5.3 -R= $V.3 +R= $V.4 # Targets start here. all: $(PLAT) diff -u -r lua-5.3.3/README lua-5.3.4/README --- lua-5.3.3/README 2016-05-30 13:12:16.000000000 -0300 +++ lua-5.3.4/README 2017-01-12 15:25:44.000000000 -0200 @@ -1,5 +1,5 @@ -This is Lua 5.3.3, released on 30 May 2016. +This is Lua 5.3.4, released on 12 Jan 2017. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff -u -r lua-5.3.3/doc/contents.html lua-5.3.4/doc/contents.html --- lua-5.3.3/doc/contents.html 2016-01-14 10:14:29.000000000 -0200 +++ lua-5.3.4/doc/contents.html 2016-12-22 18:29:40.000000000 -0200 @@ -32,7 +32,7 @@
-Copyright © 2015–2016 Lua.org, PUC-Rio.
+Copyright © 2015–2017 Lua.org, PUC-Rio.
Freely available under the terms of the
Lua license.
@@ -512,6 +512,7 @@
luaL_newmetatable
luaL_newstate
luaL_openlibs
+luaL_opt
luaL_optinteger
luaL_optlstring
luaL_optnumber
@@ -608,10 +609,10 @@