From d8e95f6377d87d181ba2eec8a09f9966215f8cfe Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 18 Jun 2017 11:19:20 -0400 Subject: [PATCH] Update version number --- libretro-dolphin-launcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-dolphin-launcher.c b/libretro-dolphin-launcher.c index 170589e..2ffd259 100644 --- a/libretro-dolphin-launcher.c +++ b/libretro-dolphin-launcher.c @@ -44,7 +44,7 @@ void retro_get_system_info(struct retro_system_info *info) { memset(info, 0, sizeof(*info)); info->library_name = "Dolphin Launcher"; - info->library_version = "1.1.0"; + info->library_version = "1.1.1"; info->need_fullpath = true; info->valid_extensions = "elf|dol|gcm|iso|wbfs|ciso|gcz|wad"; }