From 76d1e413db0af8ca21633e75d35a77265f63c17f Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Mon, 30 Oct 2017 13:57:21 -0400 Subject: [PATCH] Fix info file name for ChaiLove This fixes the ChaiLove info file name to match the core name. Missed that before. Also updates the version number. --- dist/info/{chaigame_libretro.info => chailove_libretro.info} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dist/info/{chaigame_libretro.info => chailove_libretro.info} (90%) diff --git a/dist/info/chaigame_libretro.info b/dist/info/chailove_libretro.info similarity index 90% rename from dist/info/chaigame_libretro.info rename to dist/info/chailove_libretro.info index 89ebde57..b1d8417a 100644 --- a/dist/info/chaigame_libretro.info +++ b/dist/info/chailove_libretro.info @@ -7,5 +7,5 @@ systemname = "ChaiLove" database = "ChaiLove" license = "MIT" permissions = "" -display_version = "0.5.0" +display_version = "0.6.0" supports_no_game = "false"