Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Jun 18, 2017
1 parent 15499df commit d8e95f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-dolphin-launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit d8e95f6

Please sign in to comment.