From 27b40830ad3cfb886673a21b249613f8ebefc629 Mon Sep 17 00:00:00 2001 From: Jakub Bucko Date: Thu, 20 Jun 2019 19:27:57 +0200 Subject: [PATCH] correction --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 6d117b0..ff78db4 100644 --- a/conf.lua +++ b/conf.lua @@ -1,6 +1,6 @@ function love.conf(t) t.identity = nil -- The name of the save directory (string) - t.version = "11.1" -- The LÖVE version this game was made for (string) + t.version = "11.2" -- The L�VE version this game was made for (string) t.console = true -- Attach a console (boolean, Windows only) t.window.title = "Untitled" -- The window title (string)