Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
schellingb committed Jan 23, 2022
1 parent 9022859 commit 1845cd9
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 @@ -1943,7 +1943,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.25";
info->library_version = "0.26";
info->need_fullpath = true;
info->block_extract = true;
info->valid_extensions = "zip|dosz|exe|com|bat|iso|cue|ins|img|ima|vhd|m3u|m3u8";
Expand Down

0 comments on commit 1845cd9

Please sign in to comment.