speculatively recommend new LÖVE v11.5 in all forks

This commit is contained in:
Kartik K. Agaram 2023-12-03 12:12:56 -08:00
parent 9993014904
commit f37b45196a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function App.version_check()
Error_message = nil
Error_count = 0
-- we'll reuse error mode on load for an initial version check
local supported_versions = {'11.4', '12.0'} -- put the recommended version first
local supported_versions = {'11.5', '11.4', '12.0'} -- put the recommended version first
local minor_version
Major_version, minor_version = love.getVersion()
Version = Major_version..'.'..minor_version