Skip to content

Commit

Permalink
Bump version number for the hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Mar 2, 2023
1 parent e64e10a commit cca8383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ void retro_set_controller_port_device(unsigned int port, unsigned int device)
void retro_get_system_info(struct retro_system_info *info)
{
info->library_name = "clownmdemu";
info->library_version = "v0.2";
info->library_version = "v0.2.1";
info->need_fullpath = false;
info->valid_extensions = "bin|md|gen";
info->block_extract = false;
Expand Down

0 comments on commit cca8383

Please sign in to comment.