commit 849b2ecbd28793408d21ebd734525ab56ae5ca1e
parent 30528049f1d11ea2854a6431e8e8524f83206559
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Mon, 12 Oct 2020 14:52:12 -0300
New release number (5.4.2)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua.h b/lua.h
@@ -18,7 +18,7 @@
#define LUA_VERSION_MAJOR "5"
#define LUA_VERSION_MINOR "4"
-#define LUA_VERSION_RELEASE "1"
+#define LUA_VERSION_RELEASE "2"
#define LUA_VERSION_NUM 504
#define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 0)