Skip to content

Commit

Permalink
Version bump to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb authored Jan 21, 2023
1 parent b9ac7d6 commit 40c48bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ void retro_get_system_info(struct retro_system_info *info)
{
memset(info, 0, sizeof(*info));
info->library_name = "ep128emu";
info->library_version = "v1.2.5";
info->library_version = "v1.2.6";
info->need_fullpath = true;
info->valid_extensions = "img|dsk|tap|dtf|com|trn|128|bas|cas|cdt|tzx|wav|tvcwav|.";
}
Expand Down

0 comments on commit 40c48bd

Please sign in to comment.