From 9e136ab4c94bd34b9d66cd9107ab9e1561cf3f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 29 Jun 2019 16:50:43 +0300 Subject: [PATCH] =?UTF-8?q?Make=20sure=20we're=20run=20on=20a=20recent-eno?= =?UTF-8?q?ugh=20L=C3=96VE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle/conf.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundle/conf.lua b/bundle/conf.lua index 891f1ff..73850aa 100644 --- a/bundle/conf.lua +++ b/bundle/conf.lua @@ -3,4 +3,6 @@ function love.conf(t) t.window.width = 1280 t.window.height = 960 t.window.resizable = true + + t.version = "11.2" end