Skip to content

Commit

Permalink
Set version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schellingb committed Apr 26, 2022
1 parent 2dcba68 commit 562869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dosbox_pure_libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@ void retro_get_system_info(struct retro_system_info *info) // #1
{
memset(info, 0, sizeof(*info));
info->library_name = "DOSBox-pure";
info->library_version = "0.9.0";
info->library_version = "0.9.1";
info->need_fullpath = true;
info->block_extract = true;
info->valid_extensions = "zip|dosz|exe|com|bat|iso|cue|ins|img|ima|vhd|jrc|tc|m3u|m3u8|conf";
Expand Down

0 comments on commit 562869f

Please sign in to comment.