From e724711f464c1de591beaa6e69ccf8193c877218 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 6 Jan 2026 15:41:36 -0500 Subject: [PATCH] Lua version bump follow-up --- src/nhlua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nhlua.c b/src/nhlua.c index ebf439af9..439f06d95 100644 --- a/src/nhlua.c +++ b/src/nhlua.c @@ -2219,7 +2219,7 @@ nhl_init(nhl_sandbox_info *sbi) #if LUA_VERSION_NUM >= 505 #define NHL_VERSION_EXPECTED 50500 #else -#define NHL_VERSION_EXPECTED 50406 +#define NHL_VERSION_EXPECTED 50408 #endif #endif