(Libretro) Bump up version number - we might want to make this a

global define with only the version number
This commit is contained in:
twinaphex 2013-07-14 02:37:56 +02:00
parent 9d64a49781
commit 0a3e3487fd

View File

@ -463,7 +463,7 @@ static struct retro_system_av_info g_av_info;
void retro_get_system_info(struct retro_system_info *info)
{
info->library_name = "Genesis Plus GX";
info->library_version = "v1.7.3";
info->library_version = "v1.7.4";
info->valid_extensions = "md|smd|bin|cue|gen|iso|sms|gg|sg";
info->block_extract = false;
info->need_fullpath = true;