util/dependencies.lua
changeset 11962 31f83a645ce6
parent 11145 a5acd6354845
child 11963 814b750aa2d0
--- a/util/dependencies.lua	Sun Nov 28 22:51:50 2021 +0100
+++ b/util/dependencies.lua	Sun Nov 28 23:12:25 2021 +0100
@@ -153,7 +153,7 @@
 end
 
 local function log_warnings()
-	if _VERSION > "Lua 5.3" then
+	if _VERSION > "Lua 5.4" then
 		prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
 	end
 	local ssl = softreq"ssl";